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 |
ids(List<NId> ids) |
AbstractNPrepareCmd |
setTargetHome(String targetHome) |
NPrepareCmd |
targetServer(String targetServer) |
NPrepareCmd |
userName(String userName) |
NPrepareCmd |
version(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 targetServer(String targetServer)
targetServer in interface NPrepareCmdpublic NPrepareCmd userName(String userName)
userName in interface NPrepareCmdpublic NPrepareCmd version(String version)
version in interface NPrepareCmdpublic AbstractNPrepareCmd setTargetHome(String targetHome)
public NPrepareCmd ids(List<NId> ids)
ids 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.