public abstract class AbstractNDeploy extends NWorkspaceCmdBase<net.thevpc.nuts.command.NDeploy> implements net.thevpc.nuts.command.NDeploy
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractNDeploy.Result |
| Modifier and Type | Field and Description |
|---|---|
protected net.thevpc.nuts.io.NInputSource |
content |
protected Object |
descriptor |
protected String |
descSha1 |
protected String |
fromRepository |
protected List<net.thevpc.nuts.artifact.NId> |
ids |
protected List<String> |
parseOptions |
protected List<AbstractNDeploy.Result> |
result |
protected String |
sha1 |
protected String |
toRepository |
| Constructor and Description |
|---|
AbstractNDeploy() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.command.NDeploy |
addId(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.command.NDeploy |
addId(String id) |
net.thevpc.nuts.command.NDeploy |
addIds(net.thevpc.nuts.artifact.NId... value) |
net.thevpc.nuts.command.NDeploy |
addIds(String... values) |
protected void |
addResult(net.thevpc.nuts.artifact.NId nid,
String repository,
net.thevpc.nuts.text.NText source) |
net.thevpc.nuts.command.NDeploy |
clearIds() |
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
net.thevpc.nuts.io.NInputSource |
content() |
net.thevpc.nuts.command.NDeploy |
content(byte[] content) |
net.thevpc.nuts.command.NDeploy |
content(File file) |
net.thevpc.nuts.command.NDeploy |
content(InputStream stream) |
net.thevpc.nuts.command.NDeploy |
content(net.thevpc.nuts.io.NInputSource content) |
net.thevpc.nuts.command.NDeploy |
content(net.thevpc.nuts.io.NPath path) |
net.thevpc.nuts.command.NDeploy |
content(Path file) |
net.thevpc.nuts.command.NDeploy |
content(URL url) |
net.thevpc.nuts.command.NDeploy |
descriptor(File file) |
net.thevpc.nuts.command.NDeploy |
descriptor(InputStream stream) |
net.thevpc.nuts.command.NDeploy |
descriptor(net.thevpc.nuts.artifact.NDescriptor descriptor) |
net.thevpc.nuts.command.NDeploy |
descriptor(Path path) |
net.thevpc.nuts.command.NDeploy |
descriptor(String path) |
net.thevpc.nuts.command.NDeploy |
descriptor(URL url) |
net.thevpc.nuts.command.NDeploy |
descriptorSha1(String descSha1) |
net.thevpc.nuts.command.NDeploy |
from(String repository) |
Object |
getDescriptor() |
String |
getDescSha1() |
List<String> |
getParseOptions() |
List<net.thevpc.nuts.artifact.NId> |
getResult() |
List<net.thevpc.nuts.artifact.NId> |
ids() |
protected void |
invalidateResult() |
net.thevpc.nuts.command.NDeploy |
parseOptions(String[] parseOptions) |
net.thevpc.nuts.command.NDeploy |
removeId(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.command.NDeploy |
removeId(String id) |
net.thevpc.nuts.command.NDeploy |
repository(String repository) |
net.thevpc.nuts.command.NDeploy |
setParseOptions(String[] parseOptions) |
String |
sha1() |
net.thevpc.nuts.command.NDeploy |
sha1(String sha1) |
net.thevpc.nuts.command.NDeploy |
sourceRepository(String repository) |
String |
targetRepository() |
net.thevpc.nuts.command.NDeploy |
targetRepository(String repository) |
net.thevpc.nuts.command.NDeploy |
to(String repository) |
_LOG, configure, copyFromWorkspaceCommandBase, getCommandNameprotected List<AbstractNDeploy.Result> result
protected net.thevpc.nuts.io.NInputSource content
protected Object descriptor
protected String sha1
protected String descSha1
protected String fromRepository
protected String toRepository
protected final List<net.thevpc.nuts.artifact.NId> ids
public net.thevpc.nuts.command.NDeploy setParseOptions(String[] parseOptions)
public net.thevpc.nuts.command.NDeploy parseOptions(String[] parseOptions)
public net.thevpc.nuts.command.NDeploy content(InputStream stream)
content in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy content(net.thevpc.nuts.io.NPath path)
content in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy content(byte[] content)
content in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy content(File file)
content in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy content(Path file)
content in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy descriptor(InputStream stream)
descriptor in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy descriptor(String path)
descriptor in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy descriptor(File file)
descriptor in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy descriptor(URL url)
descriptor in interface net.thevpc.nuts.command.NDeploypublic String sha1()
sha1 in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy sha1(String sha1)
sha1 in interface net.thevpc.nuts.command.NDeploypublic String getDescSha1()
public net.thevpc.nuts.command.NDeploy descriptorSha1(String descSha1)
descriptorSha1 in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.io.NInputSource content()
content in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy content(net.thevpc.nuts.io.NInputSource content)
content in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy content(URL url)
content in interface net.thevpc.nuts.command.NDeploypublic Object getDescriptor()
public net.thevpc.nuts.command.NDeploy descriptor(net.thevpc.nuts.artifact.NDescriptor descriptor)
descriptor in interface net.thevpc.nuts.command.NDeploypublic String targetRepository()
targetRepository in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy to(String repository)
to in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy repository(String repository)
repository in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy targetRepository(String repository)
targetRepository in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy from(String repository)
from in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy sourceRepository(String repository)
sourceRepository in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy descriptor(Path path)
descriptor in interface net.thevpc.nuts.command.NDeploypublic List<net.thevpc.nuts.artifact.NId> getResult()
getResult in interface net.thevpc.nuts.command.NDeployprotected void invalidateResult()
invalidateResult in class NWorkspaceCmdBase<net.thevpc.nuts.command.NDeploy>protected void addResult(net.thevpc.nuts.artifact.NId nid,
String repository,
net.thevpc.nuts.text.NText source)
public net.thevpc.nuts.command.NDeploy addIds(String... values)
addIds in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy addIds(net.thevpc.nuts.artifact.NId... value)
addIds in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy clearIds()
clearIds in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy addId(net.thevpc.nuts.artifact.NId id)
addId in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy removeId(net.thevpc.nuts.artifact.NId id)
removeId in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy removeId(String id)
removeId in interface net.thevpc.nuts.command.NDeploypublic net.thevpc.nuts.command.NDeploy addId(String id)
addId in interface net.thevpc.nuts.command.NDeploypublic List<net.thevpc.nuts.artifact.NId> ids()
ids in interface net.thevpc.nuts.command.NDeploypublic boolean configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
configureFirst in interface net.thevpc.nuts.cmdline.NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<net.thevpc.nuts.command.NDeploy>Copyright © 2026 vpc open source initiative. All rights reserved.