public abstract class AbstractNUninstallCmd extends NWorkspaceCmdBase<net.thevpc.nuts.NUninstallCmd> implements net.thevpc.nuts.NUninstallCmd
| Constructor and Description |
|---|
AbstractNUninstallCmd(net.thevpc.nuts.NWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NUninstallCmd |
addArg(String arg) |
net.thevpc.nuts.NUninstallCmd |
addArgs(Collection<String> args) |
net.thevpc.nuts.NUninstallCmd |
addArgs(String... args) |
net.thevpc.nuts.NUninstallCmd |
addId(net.thevpc.nuts.NId id) |
net.thevpc.nuts.NUninstallCmd |
addId(String id) |
net.thevpc.nuts.NUninstallCmd |
addIds(net.thevpc.nuts.NId... ids) |
net.thevpc.nuts.NUninstallCmd |
addIds(String... ids) |
net.thevpc.nuts.NUninstallCmd |
clearArgs() |
net.thevpc.nuts.NUninstallCmd |
clearIds() |
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
List<String> |
getArgs() |
List<net.thevpc.nuts.NId> |
getIds() |
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
boolean |
isErase() |
net.thevpc.nuts.NUninstallCmd |
removeId(net.thevpc.nuts.NId id) |
net.thevpc.nuts.NUninstallCmd |
removeId(String id) |
net.thevpc.nuts.NUninstallCmd |
setErase(boolean erase) |
_LOG, _LOGOP, configure, copyFromWorkspaceCommandBase, getCommandName, invalidateResultpublic AbstractNUninstallCmd(net.thevpc.nuts.NWorkspace workspace)
public int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NComponentgetSupportLevel in class NWorkspaceCmdBase<net.thevpc.nuts.NUninstallCmd>public net.thevpc.nuts.NUninstallCmd addId(String id)
addId in interface net.thevpc.nuts.NUninstallCmdpublic net.thevpc.nuts.NUninstallCmd addId(net.thevpc.nuts.NId id)
addId in interface net.thevpc.nuts.NUninstallCmdpublic net.thevpc.nuts.NUninstallCmd addIds(String... ids)
addIds in interface net.thevpc.nuts.NUninstallCmdpublic net.thevpc.nuts.NUninstallCmd addIds(net.thevpc.nuts.NId... ids)
addIds in interface net.thevpc.nuts.NUninstallCmdpublic net.thevpc.nuts.NUninstallCmd removeId(net.thevpc.nuts.NId id)
removeId in interface net.thevpc.nuts.NUninstallCmdpublic net.thevpc.nuts.NUninstallCmd removeId(String id)
removeId in interface net.thevpc.nuts.NUninstallCmdpublic net.thevpc.nuts.NUninstallCmd clearIds()
clearIds in interface net.thevpc.nuts.NUninstallCmdpublic net.thevpc.nuts.NUninstallCmd clearArgs()
clearArgs in interface net.thevpc.nuts.NUninstallCmdpublic List<String> getArgs()
getArgs in interface net.thevpc.nuts.NUninstallCmdpublic net.thevpc.nuts.NUninstallCmd addArg(String arg)
addArg in interface net.thevpc.nuts.NUninstallCmdpublic net.thevpc.nuts.NUninstallCmd addArgs(String... args)
addArgs in interface net.thevpc.nuts.NUninstallCmdpublic net.thevpc.nuts.NUninstallCmd addArgs(Collection<String> args)
addArgs in interface net.thevpc.nuts.NUninstallCmdpublic List<net.thevpc.nuts.NId> getIds()
getIds in interface net.thevpc.nuts.NUninstallCmdpublic boolean isErase()
isErase in interface net.thevpc.nuts.NUninstallCmdpublic net.thevpc.nuts.NUninstallCmd setErase(boolean erase)
setErase in interface net.thevpc.nuts.NUninstallCmdpublic boolean configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
configureFirst in interface net.thevpc.nuts.cmdline.NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<net.thevpc.nuts.NUninstallCmd>Copyright © 2025 vpc open source initiative. All rights reserved.