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() |
| Modifier and Type | Method and Description |
|---|---|
NPrepareCmd |
addIds(List<NId> ids) |
boolean |
configureFirst(NCmdLine cmdLine) |
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, configureLastprotected String targetServer
protected String userName
protected String version
protected String targetHome
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 © 2026 vpc open source initiative. All rights reserved.