public abstract class AbstractNutsUninstallCommand extends NutsWorkspaceCommandBase<NutsUninstallCommand> implements NutsUninstallCommand
session, ws| Constructor and Description |
|---|
AbstractNutsUninstallCommand(NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
NutsUninstallCommand |
addArg(String arg) |
NutsUninstallCommand |
addArgs(Collection<String> args) |
NutsUninstallCommand |
addArgs(String... args) |
NutsUninstallCommand |
addId(NutsId id) |
NutsUninstallCommand |
addId(String id) |
NutsUninstallCommand |
addIds(NutsId... ids) |
NutsUninstallCommand |
addIds(String... ids) |
NutsUninstallCommand |
clearArgs() |
NutsUninstallCommand |
clearIds() |
boolean |
configureFirst(NutsCommandLine cmdLine) |
String[] |
getArgs() |
NutsId[] |
getIds() |
boolean |
isErase() |
NutsUninstallCommand |
removeId(NutsId id) |
NutsUninstallCommand |
removeId(String id) |
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, waitconfigure, copySession, run, setSessiongetSessionconfigure, configureLastpublic AbstractNutsUninstallCommand(NutsWorkspace ws)
public NutsUninstallCommand addId(String id)
addId in interface NutsUninstallCommandpublic NutsUninstallCommand addId(NutsId id)
addId in interface NutsUninstallCommandpublic NutsUninstallCommand addIds(String... ids)
addIds in interface NutsUninstallCommandpublic NutsUninstallCommand addIds(NutsId... ids)
addIds in interface NutsUninstallCommandpublic NutsUninstallCommand removeId(NutsId id)
removeId in interface NutsUninstallCommandpublic NutsUninstallCommand removeId(String id)
removeId in interface NutsUninstallCommandpublic NutsUninstallCommand clearIds()
clearIds in interface NutsUninstallCommandpublic NutsUninstallCommand clearArgs()
clearArgs in interface NutsUninstallCommandpublic String[] getArgs()
getArgs in interface NutsUninstallCommandpublic NutsUninstallCommand addArg(String arg)
addArg in interface NutsUninstallCommandpublic NutsUninstallCommand addArgs(String... args)
addArgs in interface NutsUninstallCommandpublic NutsUninstallCommand addArgs(Collection<String> args)
addArgs in interface NutsUninstallCommandpublic NutsId[] getIds()
getIds in interface NutsUninstallCommandpublic boolean isErase()
isErase in interface NutsUninstallCommandpublic NutsUninstallCommand setErase(boolean erase)
setErase in interface NutsUninstallCommandpublic boolean configureFirst(NutsCommandLine cmdLine)
configureFirst in interface NutsCommandLineConfigurableconfigureFirst in class NutsWorkspaceCommandBase<NutsUninstallCommand>Copyright © 2021 vpc open source initiative. All rights reserved.