public abstract class AbstractNPrepareCmd extends NWorkspaceCmdBase<NPrepareCmd> implements NPrepareCmd
| Modifier and Type | Field and Description |
|---|---|
protected List<NId> |
ids |
protected String |
targetHome |
protected String |
targetServer |
protected String |
userName |
protected String |
version |
CUSTOM_SCORE, DEFAULT_SCORE, UNSUPPORTED_SCORE| Constructor and Description |
|---|
AbstractNPrepareCmd(NWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
NPrepareCmd |
addIds(List<NId> ids) |
boolean |
configureFirst(NCmdLine cmdLine) |
int |
getScore(NScorableContext context) |
String |
getTargetServer() |
String |
getUserName() |
String |
getVersion() |
NPrepareCmd |
setIds(List<NId> ids) |
AbstractNPrepareCmd |
setTargetHome(String targetHome) |
NPrepareCmd |
setTargetServer(String targetServer) |
NPrepareCmd |
setUserName(String userName) |
NPrepareCmd |
setVersion(String version) |
_LOG, configure, copyFromWorkspaceCommandBase, getCommandName, invalidateResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, of, runconfigure, configure, configureLastisValidScore, query, queryprotected String targetServer
protected String userName
protected String version
protected String targetHome
public AbstractNPrepareCmd(NWorkspace workspace)
public int getScore(NScorableContext context)
getScore in interface NComponentgetScore in interface NScorablegetScore in class NWorkspaceCmdBase<NPrepareCmd>public NPrepareCmd setTargetServer(String targetServer)
setTargetServer in interface NPrepareCmdpublic NPrepareCmd setUserName(String userName)
setUserName in interface NPrepareCmdpublic NPrepareCmd setVersion(String version)
setVersion in interface NPrepareCmdpublic AbstractNPrepareCmd setTargetHome(String targetHome)
public NPrepareCmd setIds(List<NId> ids)
setIds in interface NPrepareCmdpublic NPrepareCmd addIds(List<NId> ids)
addIds in interface NPrepareCmdpublic String getTargetServer()
public String getUserName()
public String getVersion()
public boolean configureFirst(NCmdLine cmdLine)
configureFirst in interface NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<NPrepareCmd>Copyright © 2025 vpc open source initiative. All rights reserved.