public abstract class AbstractNUninstallCmd extends NWorkspaceCmdBase<NUninstallCmd> implements NUninstallCmd
| Constructor and Description |
|---|
AbstractNUninstallCmd(NWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
NUninstallCmd |
addArg(String arg) |
NUninstallCmd |
addArgs(Collection<String> args) |
NUninstallCmd |
addArgs(String... args) |
NUninstallCmd |
addId(NId id) |
NUninstallCmd |
addId(String id) |
NUninstallCmd |
addIds(NId... ids) |
NUninstallCmd |
addIds(String... ids) |
NUninstallCmd |
clearArgs() |
NUninstallCmd |
clearIds() |
boolean |
configureFirst(NCmdLine cmdLine) |
List<String> |
getArgs() |
List<NId> |
getIds() |
int |
getSupportLevel(NSupportLevelContext context) |
boolean |
isErase() |
NUninstallCmd |
removeId(NId id) |
NUninstallCmd |
removeId(String id) |
NUninstallCmd |
setErase(boolean erase) |
_LOG, _LOGOP, configure, copyFromWorkspaceCommandBase, getCommandName, invalidateResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, of, runconfigure, configure, configureLastpublic AbstractNUninstallCmd(NWorkspace workspace)
public int getSupportLevel(NSupportLevelContext context)
getSupportLevel in interface NComponentgetSupportLevel in class NWorkspaceCmdBase<NUninstallCmd>public NUninstallCmd addId(String id)
addId in interface NUninstallCmdpublic NUninstallCmd addId(NId id)
addId in interface NUninstallCmdpublic NUninstallCmd addIds(String... ids)
addIds in interface NUninstallCmdpublic NUninstallCmd addIds(NId... ids)
addIds in interface NUninstallCmdpublic NUninstallCmd removeId(NId id)
removeId in interface NUninstallCmdpublic NUninstallCmd removeId(String id)
removeId in interface NUninstallCmdpublic NUninstallCmd clearIds()
clearIds in interface NUninstallCmdpublic NUninstallCmd clearArgs()
clearArgs in interface NUninstallCmdpublic List<String> getArgs()
getArgs in interface NUninstallCmdpublic NUninstallCmd addArg(String arg)
addArg in interface NUninstallCmdpublic NUninstallCmd addArgs(String... args)
addArgs in interface NUninstallCmdpublic NUninstallCmd addArgs(Collection<String> args)
addArgs in interface NUninstallCmdpublic List<NId> getIds()
getIds in interface NUninstallCmdpublic boolean isErase()
isErase in interface NUninstallCmdpublic NUninstallCmd setErase(boolean erase)
setErase in interface NUninstallCmdpublic boolean configureFirst(NCmdLine cmdLine)
configureFirst in interface NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<NUninstallCmd>Copyright © 2025 vpc open source initiative. All rights reserved.