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 |
| Constructor and Description |
|---|
AbstractNPrepareCmd(NWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
NPrepareCmd |
addIds(List<NId> ids) |
boolean |
configureFirst(NCmdLine cmdLine) |
int |
getSupportLevel(NSupportLevelContext context) |
String |
getTargetServer() |
String |
getUserName() |
String |
getVersion() |
NPrepareCmd |
setIds(List<NId> ids) |
NPrepareCmd |
setTargetServer(String targetServer) |
NPrepareCmd |
setUserName(String userName) |
NPrepareCmd |
setVersion(String version) |
_LOG, _LOGOP, configure, copyFromWorkspaceCommandBase, getCommandName, invalidateResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, of, runconfigure, configure, configureLastprotected String targetServer
protected String userName
protected String version
protected String targetHome
public AbstractNPrepareCmd(NWorkspace workspace)
public int getSupportLevel(NSupportLevelContext context)
getSupportLevel in interface NComponentgetSupportLevel 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 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.