public abstract class AbstractNUndeployCmd extends NWorkspaceCmdBase<NUndeployCmd> implements NUndeployCmd
| Modifier and Type | Field and Description |
|---|---|
protected List<NId> |
ids |
protected boolean |
offline |
protected String |
repository |
protected List<NId> |
result |
CUSTOM_SCORE, DEFAULT_SCORE, UNSUPPORTED_SCORE| Constructor and Description |
|---|
AbstractNUndeployCmd(NWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
NUndeployCmd |
addId(NId id) |
NUndeployCmd |
addId(String id) |
NUndeployCmd |
addIds(NId... value) |
NUndeployCmd |
addIds(String... values) |
protected void |
addResult(NId id) |
NUndeployCmd |
clearIds() |
boolean |
configureFirst(NCmdLine cmdLine) |
List<NId> |
getIds() |
String |
getRepository() |
int |
getScore(NScorableContext context) |
protected void |
invalidateResult() |
boolean |
isOffline() |
NUndeployCmd |
setOffline(boolean offline) |
NUndeployCmd |
setRepository(String repository) |
_LOG, configure, copyFromWorkspaceCommandBase, getCommandNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, of, runconfigure, configure, configureLastisValidScore, query, queryprotected String repository
protected boolean offline
public AbstractNUndeployCmd(NWorkspace workspace)
public int getScore(NScorableContext context)
getScore in interface NComponentgetScore in interface NScorablegetScore in class NWorkspaceCmdBase<NUndeployCmd>public List<NId> getIds()
getIds in interface NUndeployCmdpublic NUndeployCmd addId(NId id)
addId in interface NUndeployCmdpublic NUndeployCmd addId(String id)
addId in interface NUndeployCmdpublic NUndeployCmd addIds(String... values)
addIds in interface NUndeployCmdpublic NUndeployCmd addIds(NId... value)
addIds in interface NUndeployCmdpublic NUndeployCmd clearIds()
clearIds in interface NUndeployCmdpublic String getRepository()
getRepository in interface NUndeployCmdpublic NUndeployCmd setRepository(String repository)
setRepository in interface NUndeployCmdprotected void addResult(NId id)
public boolean isOffline()
isOffline in interface NUndeployCmdpublic NUndeployCmd setOffline(boolean offline)
setOffline in interface NUndeployCmdprotected void invalidateResult()
invalidateResult in class NWorkspaceCmdBase<NUndeployCmd>public boolean configureFirst(NCmdLine cmdLine)
configureFirst in interface NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<NUndeployCmd>Copyright © 2025 vpc open source initiative. All rights reserved.