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(NId... value) |
NUndeploy |
addIds(String... values) |
protected void |
addResult(NId id) |
NUndeploy |
clearIds() |
boolean |
configureFirst(NCmdLine cmdLine) |
List<NId> |
getIds() |
String |
getRepository() |
protected void |
invalidateResult() |
boolean |
isOffline() |
NUndeploy |
setOffline(boolean offline) |
NUndeploy |
setRepository(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 getRepository()
getRepository in interface NUndeploypublic NUndeploy setRepository(String repository)
setRepository in interface NUndeployprotected void addResult(NId id)
public NUndeploy setOffline(boolean offline)
setOffline in interface NUndeployprotected 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.