public abstract class AbstractNPrepareCmd extends NWorkspaceCmdBase<net.thevpc.nuts.command.NPrepareCmd> implements net.thevpc.nuts.command.NPrepareCmd
| Modifier and Type | Field and Description |
|---|---|
protected List<net.thevpc.nuts.artifact.NId> |
ids |
protected String |
targetHome |
protected String |
targetServer |
protected String |
userName |
protected String |
version |
| Constructor and Description |
|---|
AbstractNPrepareCmd() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.command.NPrepareCmd |
addIds(List<net.thevpc.nuts.artifact.NId> ids) |
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
String |
getTargetServer() |
String |
getUserName() |
String |
getVersion() |
net.thevpc.nuts.command.NPrepareCmd |
ids(List<net.thevpc.nuts.artifact.NId> ids) |
AbstractNPrepareCmd |
setTargetHome(String targetHome) |
net.thevpc.nuts.command.NPrepareCmd |
targetServer(String targetServer) |
net.thevpc.nuts.command.NPrepareCmd |
userName(String userName) |
net.thevpc.nuts.command.NPrepareCmd |
version(String version) |
_LOG, configure, copyFromWorkspaceCommandBase, getCommandName, invalidateResultprotected String targetServer
protected String userName
protected String version
protected String targetHome
protected List<net.thevpc.nuts.artifact.NId> ids
public net.thevpc.nuts.command.NPrepareCmd targetServer(String targetServer)
targetServer in interface net.thevpc.nuts.command.NPrepareCmdpublic net.thevpc.nuts.command.NPrepareCmd userName(String userName)
userName in interface net.thevpc.nuts.command.NPrepareCmdpublic net.thevpc.nuts.command.NPrepareCmd version(String version)
version in interface net.thevpc.nuts.command.NPrepareCmdpublic AbstractNPrepareCmd setTargetHome(String targetHome)
public net.thevpc.nuts.command.NPrepareCmd ids(List<net.thevpc.nuts.artifact.NId> ids)
ids in interface net.thevpc.nuts.command.NPrepareCmdpublic net.thevpc.nuts.command.NPrepareCmd addIds(List<net.thevpc.nuts.artifact.NId> ids)
addIds in interface net.thevpc.nuts.command.NPrepareCmdpublic String getTargetServer()
public String getUserName()
public String getVersion()
public boolean configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
configureFirst in interface net.thevpc.nuts.cmdline.NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<net.thevpc.nuts.command.NPrepareCmd>Copyright © 2026 vpc open source initiative. All rights reserved.