public abstract class AbstractNutsUndeployCommand extends NutsWorkspaceCommandBase<NutsUndeployCommand> implements NutsUndeployCommand
| Modifier and Type | Field and Description |
|---|---|
protected List<NutsId> |
ids |
protected boolean |
offline |
protected String |
repository |
protected List<NutsId> |
result |
session, ws| Constructor and Description |
|---|
AbstractNutsUndeployCommand(NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
NutsUndeployCommand |
addId(NutsId id) |
NutsUndeployCommand |
addId(String id) |
NutsUndeployCommand |
addIds(NutsId... value) |
NutsUndeployCommand |
addIds(String... values) |
protected void |
addResult(NutsId id) |
NutsUndeployCommand |
clearIds() |
boolean |
configureFirst(NutsCommandLine cmdLine) |
NutsId[] |
getIds() |
String |
getRepository() |
protected void |
invalidateResult() |
boolean |
isOffline() |
NutsUndeployCommand |
setOffline(boolean offline) |
NutsUndeployCommand |
setRepository(String repository) |
_LOG, _LOGOP, checkSession, configure, configure, copyFromWorkspaceCommandBase, copySession, getCommandName, getSession, getWorkspace, setSession, setWsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, copySession, run, setSessiongetSessionconfigure, configureLastprotected String repository
protected boolean offline
public AbstractNutsUndeployCommand(NutsWorkspace ws)
public NutsId[] getIds()
getIds in interface NutsUndeployCommandpublic NutsUndeployCommand addId(NutsId id)
addId in interface NutsUndeployCommandpublic NutsUndeployCommand addId(String id)
addId in interface NutsUndeployCommandpublic NutsUndeployCommand addIds(String... values)
addIds in interface NutsUndeployCommandpublic NutsUndeployCommand addIds(NutsId... value)
addIds in interface NutsUndeployCommandpublic NutsUndeployCommand clearIds()
clearIds in interface NutsUndeployCommandpublic String getRepository()
getRepository in interface NutsUndeployCommandpublic NutsUndeployCommand setRepository(String repository)
setRepository in interface NutsUndeployCommandprotected void addResult(NutsId id)
public boolean isOffline()
isOffline in interface NutsUndeployCommandpublic NutsUndeployCommand setOffline(boolean offline)
setOffline in interface NutsUndeployCommandprotected void invalidateResult()
invalidateResult in class NutsWorkspaceCommandBase<NutsUndeployCommand>public boolean configureFirst(NutsCommandLine cmdLine)
configureFirst in interface NutsCommandLineConfigurableconfigureFirst in class NutsWorkspaceCommandBase<NutsUndeployCommand>Copyright © 2021 vpc open source initiative. All rights reserved.