public abstract class AbstractNutsUndeployCommand extends NutsWorkspaceCommandBase<net.thevpc.nuts.NutsUndeployCommand> implements net.thevpc.nuts.NutsUndeployCommand
| Modifier and Type | Field and Description |
|---|---|
protected List<net.thevpc.nuts.NutsId> |
ids |
protected boolean |
offline |
protected String |
repository |
protected List<net.thevpc.nuts.NutsId> |
result |
session, ws| Constructor and Description |
|---|
AbstractNutsUndeployCommand(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsUndeployCommand |
addId(net.thevpc.nuts.NutsId id) |
net.thevpc.nuts.NutsUndeployCommand |
addId(String id) |
net.thevpc.nuts.NutsUndeployCommand |
addIds(net.thevpc.nuts.NutsId... value) |
net.thevpc.nuts.NutsUndeployCommand |
addIds(String... values) |
protected void |
addResult(net.thevpc.nuts.NutsId id) |
net.thevpc.nuts.NutsUndeployCommand |
clearIds() |
boolean |
configureFirst(net.thevpc.nuts.NutsCommandLine cmdLine) |
net.thevpc.nuts.NutsId[] |
getIds() |
String |
getRepository() |
protected void |
invalidateResult() |
boolean |
isOffline() |
net.thevpc.nuts.NutsUndeployCommand |
setOffline(boolean offline) |
net.thevpc.nuts.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, waitprotected List<net.thevpc.nuts.NutsId> result
protected final List<net.thevpc.nuts.NutsId> ids
protected String repository
protected boolean offline
public AbstractNutsUndeployCommand(net.thevpc.nuts.NutsWorkspace ws)
public net.thevpc.nuts.NutsId[] getIds()
getIds in interface net.thevpc.nuts.NutsUndeployCommandpublic net.thevpc.nuts.NutsUndeployCommand addId(net.thevpc.nuts.NutsId id)
addId in interface net.thevpc.nuts.NutsUndeployCommandpublic net.thevpc.nuts.NutsUndeployCommand addId(String id)
addId in interface net.thevpc.nuts.NutsUndeployCommandpublic net.thevpc.nuts.NutsUndeployCommand addIds(String... values)
addIds in interface net.thevpc.nuts.NutsUndeployCommandpublic net.thevpc.nuts.NutsUndeployCommand addIds(net.thevpc.nuts.NutsId... value)
addIds in interface net.thevpc.nuts.NutsUndeployCommandpublic net.thevpc.nuts.NutsUndeployCommand clearIds()
clearIds in interface net.thevpc.nuts.NutsUndeployCommandpublic String getRepository()
getRepository in interface net.thevpc.nuts.NutsUndeployCommandpublic net.thevpc.nuts.NutsUndeployCommand setRepository(String repository)
setRepository in interface net.thevpc.nuts.NutsUndeployCommandprotected void addResult(net.thevpc.nuts.NutsId id)
public boolean isOffline()
isOffline in interface net.thevpc.nuts.NutsUndeployCommandpublic net.thevpc.nuts.NutsUndeployCommand setOffline(boolean offline)
setOffline in interface net.thevpc.nuts.NutsUndeployCommandprotected void invalidateResult()
invalidateResult in class NutsWorkspaceCommandBase<net.thevpc.nuts.NutsUndeployCommand>public boolean configureFirst(net.thevpc.nuts.NutsCommandLine cmdLine)
configureFirst in interface net.thevpc.nuts.NutsCommandLineConfigurableconfigureFirst in class NutsWorkspaceCommandBase<net.thevpc.nuts.NutsUndeployCommand>Copyright © 2022 vpc open source initiative. All rights reserved.