public abstract class AbstractNUndeploy extends NWorkspaceCmdBase<NUndeploy> implements NUndeploy
| Modifier and Type | Field and Description |
|---|---|
protected List<NId> |
ids |
protected boolean |
offline |
protected String |
repository |
protected List<NId> |
result |
| Constructor and Description |
|---|
AbstractNUndeploy() |
| Modifier and Type | Method and Description |
|---|---|
NUndeploy |
addId(NId id) |
NUndeploy |
addId(String id) |
NUndeploy |
addIds(List<NId> value) |
NUndeploy |
addIds(NId... value) |
NUndeploy |
addIds(String... values) |
protected void |
addResult(NId id) |
NUndeploy |
clearIds() |
boolean |
configureFirst(NCmdLine cmdLine) |
List<NId> |
ids() |
NUndeploy |
ids(List<NId> value) |
protected void |
invalidateResult() |
boolean |
isOffline() |
NUndeploy |
offline(boolean offline) |
String |
repository() |
NUndeploy |
repository(String repository) |
_LOG, configure, copyFromWorkspaceCommandBase, getCommandNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, configure, configureLastprotected String repository
protected boolean offline
public String repository()
repository in interface NUndeploypublic NUndeploy repository(String repository)
repository in interface NUndeployprotected void addResult(NId id)
protected void invalidateResult()
invalidateResult in class NWorkspaceCmdBase<NUndeploy>public boolean configureFirst(NCmdLine cmdLine)
configureFirst in interface NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<NUndeploy>Copyright © 2026 vpc open source initiative. All rights reserved.