public abstract class AbstractNUninstall extends NWorkspaceCmdBase<net.thevpc.nuts.command.NUninstall> implements net.thevpc.nuts.command.NUninstall
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
args |
protected List<AbstractNInstall.ConditionalArguments> |
conditionalArguments |
protected boolean |
erase |
protected List<net.thevpc.nuts.artifact.NId> |
ids |
| Constructor and Description |
|---|
AbstractNUninstall() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.command.NUninstall |
addArg(String arg) |
net.thevpc.nuts.command.NUninstall |
addArgs(Collection<String> args) |
net.thevpc.nuts.command.NUninstall |
addArgs(String... args) |
net.thevpc.nuts.command.NUninstall |
addId(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.command.NUninstall |
addId(String id) |
net.thevpc.nuts.command.NUninstall |
addIds(net.thevpc.nuts.artifact.NId... ids) |
net.thevpc.nuts.command.NUninstall |
addIds(String... ids) |
List<String> |
args() |
net.thevpc.nuts.command.NUninstall |
args(List<String> args) |
net.thevpc.nuts.command.NUninstall |
clearArgs() |
net.thevpc.nuts.command.NUninstall |
clearIds() |
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
net.thevpc.nuts.command.NUninstall |
erase(boolean erase) |
List<net.thevpc.nuts.artifact.NId> |
ids() |
boolean |
isErase() |
net.thevpc.nuts.command.NUninstall |
removeId(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.command.NUninstall |
removeId(String id) |
_LOG, configure, copyFromWorkspaceCommandBase, getCommandName, invalidateResultprotected boolean erase
protected List<AbstractNInstall.ConditionalArguments> conditionalArguments
protected final List<net.thevpc.nuts.artifact.NId> ids
public net.thevpc.nuts.command.NUninstall addId(String id)
addId in interface net.thevpc.nuts.command.NUninstallpublic net.thevpc.nuts.command.NUninstall addId(net.thevpc.nuts.artifact.NId id)
addId in interface net.thevpc.nuts.command.NUninstallpublic net.thevpc.nuts.command.NUninstall addIds(String... ids)
addIds in interface net.thevpc.nuts.command.NUninstallpublic net.thevpc.nuts.command.NUninstall addIds(net.thevpc.nuts.artifact.NId... ids)
addIds in interface net.thevpc.nuts.command.NUninstallpublic net.thevpc.nuts.command.NUninstall removeId(net.thevpc.nuts.artifact.NId id)
removeId in interface net.thevpc.nuts.command.NUninstallpublic net.thevpc.nuts.command.NUninstall removeId(String id)
removeId in interface net.thevpc.nuts.command.NUninstallpublic net.thevpc.nuts.command.NUninstall clearIds()
clearIds in interface net.thevpc.nuts.command.NUninstallpublic net.thevpc.nuts.command.NUninstall clearArgs()
clearArgs in interface net.thevpc.nuts.command.NUninstallpublic net.thevpc.nuts.command.NUninstall addArg(String arg)
addArg in interface net.thevpc.nuts.command.NUninstallpublic net.thevpc.nuts.command.NUninstall addArgs(String... args)
addArgs in interface net.thevpc.nuts.command.NUninstallpublic net.thevpc.nuts.command.NUninstall args(List<String> args)
args in interface net.thevpc.nuts.command.NUninstallpublic net.thevpc.nuts.command.NUninstall addArgs(Collection<String> args)
addArgs in interface net.thevpc.nuts.command.NUninstallpublic List<net.thevpc.nuts.artifact.NId> ids()
ids in interface net.thevpc.nuts.command.NUninstallpublic boolean isErase()
isErase in interface net.thevpc.nuts.command.NUninstallpublic net.thevpc.nuts.command.NUninstall erase(boolean erase)
erase in interface net.thevpc.nuts.command.NUninstallpublic boolean configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
configureFirst in interface net.thevpc.nuts.cmdline.NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<net.thevpc.nuts.command.NUninstall>Copyright © 2026 vpc open source initiative. All rights reserved.