public abstract class AbstractNUninstall extends NWorkspaceCmdBase<NUninstall> implements NUninstall
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
args |
protected List<AbstractNInstall.ConditionalArguments> |
conditionalArguments |
protected boolean |
erase |
protected List<NId> |
ids |
| Constructor and Description |
|---|
AbstractNUninstall() |
| Modifier and Type | Method and Description |
|---|---|
NUninstall |
addArg(String arg) |
NUninstall |
addArgs(Collection<String> args) |
NUninstall |
addArgs(String... args) |
NUninstall |
addId(NId id) |
NUninstall |
addId(String id) |
NUninstall |
addIds(NId... ids) |
NUninstall |
addIds(String... ids) |
NUninstall |
clearArgs() |
NUninstall |
clearIds() |
boolean |
configureFirst(NCmdLine cmdLine) |
List<String> |
getArgs() |
List<NId> |
getIds() |
boolean |
isErase() |
NUninstall |
removeId(NId id) |
NUninstall |
removeId(String id) |
NUninstall |
setErase(boolean erase) |
_LOG, configure, copyFromWorkspaceCommandBase, getCommandName, invalidateResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, of, runconfigure, configure, configureLastprotected boolean erase
protected List<AbstractNInstall.ConditionalArguments> conditionalArguments
public NUninstall addId(String id)
addId in interface NUninstallpublic NUninstall addId(NId id)
addId in interface NUninstallpublic NUninstall addIds(String... ids)
addIds in interface NUninstallpublic NUninstall addIds(NId... ids)
addIds in interface NUninstallpublic NUninstall removeId(NId id)
removeId in interface NUninstallpublic NUninstall removeId(String id)
removeId in interface NUninstallpublic NUninstall clearIds()
clearIds in interface NUninstallpublic NUninstall clearArgs()
clearArgs in interface NUninstallpublic List<String> getArgs()
getArgs in interface NUninstallpublic NUninstall addArg(String arg)
addArg in interface NUninstallpublic NUninstall addArgs(String... args)
addArgs in interface NUninstallpublic NUninstall addArgs(Collection<String> args)
addArgs in interface NUninstallpublic List<NId> getIds()
getIds in interface NUninstallpublic boolean isErase()
isErase in interface NUninstallpublic NUninstall setErase(boolean erase)
setErase in interface NUninstallpublic boolean configureFirst(NCmdLine cmdLine)
configureFirst in interface NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<NUninstall>Copyright © 2026 vpc open source initiative. All rights reserved.