public abstract class AbstractNUndeploy extends NWorkspaceCmdBase<net.thevpc.nuts.command.NUndeploy> implements net.thevpc.nuts.command.NUndeploy
| Modifier and Type | Field and Description |
|---|---|
protected List<net.thevpc.nuts.artifact.NId> |
ids |
protected boolean |
offline |
protected String |
repository |
protected List<net.thevpc.nuts.artifact.NId> |
result |
| Constructor and Description |
|---|
AbstractNUndeploy() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.command.NUndeploy |
addId(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.command.NUndeploy |
addId(String id) |
net.thevpc.nuts.command.NUndeploy |
addIds(List<net.thevpc.nuts.artifact.NId> value) |
net.thevpc.nuts.command.NUndeploy |
addIds(net.thevpc.nuts.artifact.NId... value) |
net.thevpc.nuts.command.NUndeploy |
addIds(String... values) |
protected void |
addResult(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.command.NUndeploy |
clearIds() |
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
List<net.thevpc.nuts.artifact.NId> |
ids() |
net.thevpc.nuts.command.NUndeploy |
ids(List<net.thevpc.nuts.artifact.NId> value) |
protected void |
invalidateResult() |
boolean |
isOffline() |
net.thevpc.nuts.command.NUndeploy |
offline(boolean offline) |
String |
repository() |
net.thevpc.nuts.command.NUndeploy |
repository(String repository) |
_LOG, configure, copyFromWorkspaceCommandBase, getCommandNameprotected List<net.thevpc.nuts.artifact.NId> result
protected final List<net.thevpc.nuts.artifact.NId> ids
protected String repository
protected boolean offline
public List<net.thevpc.nuts.artifact.NId> ids()
ids in interface net.thevpc.nuts.command.NUndeploypublic net.thevpc.nuts.command.NUndeploy ids(List<net.thevpc.nuts.artifact.NId> value)
ids in interface net.thevpc.nuts.command.NUndeploypublic net.thevpc.nuts.command.NUndeploy addId(net.thevpc.nuts.artifact.NId id)
addId in interface net.thevpc.nuts.command.NUndeploypublic net.thevpc.nuts.command.NUndeploy addId(String id)
addId in interface net.thevpc.nuts.command.NUndeploypublic net.thevpc.nuts.command.NUndeploy addIds(String... values)
addIds in interface net.thevpc.nuts.command.NUndeploypublic net.thevpc.nuts.command.NUndeploy addIds(net.thevpc.nuts.artifact.NId... value)
addIds in interface net.thevpc.nuts.command.NUndeploypublic net.thevpc.nuts.command.NUndeploy addIds(List<net.thevpc.nuts.artifact.NId> value)
addIds in interface net.thevpc.nuts.command.NUndeploypublic net.thevpc.nuts.command.NUndeploy clearIds()
clearIds in interface net.thevpc.nuts.command.NUndeploypublic String repository()
repository in interface net.thevpc.nuts.command.NUndeploypublic net.thevpc.nuts.command.NUndeploy repository(String repository)
repository in interface net.thevpc.nuts.command.NUndeployprotected void addResult(net.thevpc.nuts.artifact.NId id)
public boolean isOffline()
isOffline in interface net.thevpc.nuts.command.NUndeploypublic net.thevpc.nuts.command.NUndeploy offline(boolean offline)
offline in interface net.thevpc.nuts.command.NUndeployprotected void invalidateResult()
invalidateResult in class NWorkspaceCmdBase<net.thevpc.nuts.command.NUndeploy>public boolean configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
configureFirst in interface net.thevpc.nuts.cmdline.NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<net.thevpc.nuts.command.NUndeploy>Copyright © 2026 vpc open source initiative. All rights reserved.