public abstract class AbstractNutsUninstallCommand extends NutsWorkspaceCommandBase<net.thevpc.nuts.NutsUninstallCommand> implements net.thevpc.nuts.NutsUninstallCommand
session, ws| Constructor and Description |
|---|
AbstractNutsUninstallCommand(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsUninstallCommand |
addArg(String arg) |
net.thevpc.nuts.NutsUninstallCommand |
addArgs(Collection<String> args) |
net.thevpc.nuts.NutsUninstallCommand |
addArgs(String... args) |
net.thevpc.nuts.NutsUninstallCommand |
addId(net.thevpc.nuts.NutsId id) |
net.thevpc.nuts.NutsUninstallCommand |
addId(String id) |
net.thevpc.nuts.NutsUninstallCommand |
addIds(net.thevpc.nuts.NutsId... ids) |
net.thevpc.nuts.NutsUninstallCommand |
addIds(String... ids) |
net.thevpc.nuts.NutsUninstallCommand |
clearArgs() |
net.thevpc.nuts.NutsUninstallCommand |
clearIds() |
boolean |
configureFirst(net.thevpc.nuts.NutsCommandLine cmdLine) |
String[] |
getArgs() |
net.thevpc.nuts.NutsId[] |
getIds() |
boolean |
isErase() |
net.thevpc.nuts.NutsUninstallCommand |
removeId(net.thevpc.nuts.NutsId id) |
net.thevpc.nuts.NutsUninstallCommand |
removeId(String id) |
net.thevpc.nuts.NutsUninstallCommand |
setErase(boolean erase) |
_LOG, _LOGOP, checkSession, configure, configure, copyFromWorkspaceCommandBase, copySession, getCommandName, getSession, getWorkspace, invalidateResult, setSession, setWsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AbstractNutsUninstallCommand(net.thevpc.nuts.NutsWorkspace ws)
public net.thevpc.nuts.NutsUninstallCommand addId(String id)
addId in interface net.thevpc.nuts.NutsUninstallCommandpublic net.thevpc.nuts.NutsUninstallCommand addId(net.thevpc.nuts.NutsId id)
addId in interface net.thevpc.nuts.NutsUninstallCommandpublic net.thevpc.nuts.NutsUninstallCommand addIds(String... ids)
addIds in interface net.thevpc.nuts.NutsUninstallCommandpublic net.thevpc.nuts.NutsUninstallCommand addIds(net.thevpc.nuts.NutsId... ids)
addIds in interface net.thevpc.nuts.NutsUninstallCommandpublic net.thevpc.nuts.NutsUninstallCommand removeId(net.thevpc.nuts.NutsId id)
removeId in interface net.thevpc.nuts.NutsUninstallCommandpublic net.thevpc.nuts.NutsUninstallCommand removeId(String id)
removeId in interface net.thevpc.nuts.NutsUninstallCommandpublic net.thevpc.nuts.NutsUninstallCommand clearIds()
clearIds in interface net.thevpc.nuts.NutsUninstallCommandpublic net.thevpc.nuts.NutsUninstallCommand clearArgs()
clearArgs in interface net.thevpc.nuts.NutsUninstallCommandpublic String[] getArgs()
getArgs in interface net.thevpc.nuts.NutsUninstallCommandpublic net.thevpc.nuts.NutsUninstallCommand addArg(String arg)
addArg in interface net.thevpc.nuts.NutsUninstallCommandpublic net.thevpc.nuts.NutsUninstallCommand addArgs(String... args)
addArgs in interface net.thevpc.nuts.NutsUninstallCommandpublic net.thevpc.nuts.NutsUninstallCommand addArgs(Collection<String> args)
addArgs in interface net.thevpc.nuts.NutsUninstallCommandpublic net.thevpc.nuts.NutsId[] getIds()
getIds in interface net.thevpc.nuts.NutsUninstallCommandpublic boolean isErase()
isErase in interface net.thevpc.nuts.NutsUninstallCommandpublic net.thevpc.nuts.NutsUninstallCommand setErase(boolean erase)
setErase in interface net.thevpc.nuts.NutsUninstallCommandpublic boolean configureFirst(net.thevpc.nuts.NutsCommandLine cmdLine)
configureFirst in interface net.thevpc.nuts.NutsCommandLineConfigurableconfigureFirst in class NutsWorkspaceCommandBase<net.thevpc.nuts.NutsUninstallCommand>Copyright © 2022 vpc open source initiative. All rights reserved.