public abstract class AbstractNDeploy extends NWorkspaceCmdBase<NDeploy> implements NDeploy
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractNDeploy.Result |
| Modifier and Type | Field and Description |
|---|---|
protected NInputSource |
content |
protected Object |
descriptor |
protected String |
descSha1 |
protected String |
fromRepository |
protected List<NId> |
ids |
protected List<String> |
parseOptions |
protected List<AbstractNDeploy.Result> |
result |
protected String |
sha1 |
protected String |
toRepository |
| Constructor and Description |
|---|
AbstractNDeploy() |
_LOG, configure, copyFromWorkspaceCommandBase, getCommandNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, configure, configureLastprotected List<AbstractNDeploy.Result> result
protected NInputSource content
protected Object descriptor
protected String sha1
protected String descSha1
protected String fromRepository
protected String toRepository
public NDeploy content(InputStream stream)
public NDeploy descriptor(InputStream stream)
descriptor in interface NDeploypublic NDeploy descriptor(String path)
descriptor in interface NDeploypublic NDeploy descriptor(File file)
descriptor in interface NDeploypublic NDeploy descriptor(URL url)
descriptor in interface NDeploypublic String getDescSha1()
public NDeploy descriptorSha1(String descSha1)
descriptorSha1 in interface NDeploypublic NInputSource content()
public NDeploy content(NInputSource content)
public Object getDescriptor()
public NDeploy descriptor(NDescriptor descriptor)
descriptor in interface NDeploypublic String targetRepository()
targetRepository in interface NDeploypublic NDeploy repository(String repository)
repository in interface NDeploypublic NDeploy targetRepository(String repository)
targetRepository in interface NDeploypublic NDeploy sourceRepository(String repository)
sourceRepository in interface NDeploypublic NDeploy descriptor(Path path)
descriptor in interface NDeployprotected void invalidateResult()
invalidateResult in class NWorkspaceCmdBase<NDeploy>public boolean configureFirst(NCmdLine cmdLine)
configureFirst in interface NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<NDeploy>Copyright © 2026 vpc open source initiative. All rights reserved.