public abstract class AbstractNUninstallCmd extends NWorkspaceCmdBase<NUninstallCmd> implements NUninstallCmd
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
args |
protected List<AbstractNInstallCmd.ConditionalArguments> |
conditionalArguments |
protected boolean |
erase |
protected List<NId> |
ids |
CUSTOM_SCORE, DEFAULT_SCORE, UNSUPPORTED_SCORE| Constructor and Description |
|---|
AbstractNUninstallCmd() |
| 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 |
getScore(NScorableContext context) |
boolean |
isErase() |
NUninstallCmd |
removeId(NId id) |
NUninstallCmd |
removeId(String id) |
NUninstallCmd |
setErase(boolean erase) |
_LOG, configure, copyFromWorkspaceCommandBase, getCommandName, invalidateResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, of, runconfigure, configure, configureLastisValidScore, query, queryprotected boolean erase
protected List<AbstractNInstallCmd.ConditionalArguments> conditionalArguments
public int getScore(NScorableContext context)
getScore in interface NComponentgetScore in interface NScorablegetScore 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.