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 setContent(InputStream stream)
setContent in interface NDeploypublic NDeploy setContent(NPath path)
setContent in interface NDeploypublic NDeploy setContent(byte[] content)
setContent in interface NDeploypublic NDeploy setContent(File file)
setContent in interface NDeploypublic NDeploy setContent(Path file)
setContent in interface NDeploypublic NDeploy setDescriptor(InputStream stream)
setDescriptor in interface NDeploypublic NDeploy setDescriptor(String path)
setDescriptor in interface NDeploypublic NDeploy setDescriptor(File file)
setDescriptor in interface NDeploypublic NDeploy setDescriptor(URL url)
setDescriptor in interface NDeploypublic String getDescSha1()
public NDeploy setDescSha1(String descSha1)
setDescSha1 in interface NDeploypublic NInputSource getContent()
getContent in interface NDeploypublic NDeploy setContent(NInputSource content)
setContent in interface NDeploypublic NDeploy setContent(URL url)
setContent in interface NDeploypublic Object getDescriptor()
public NDeploy setDescriptor(NDescriptor descriptor)
setDescriptor in interface NDeploypublic String getTargetRepository()
getTargetRepository in interface NDeploypublic NDeploy setRepository(String repository)
setRepository in interface NDeploypublic NDeploy setTargetRepository(String repository)
setTargetRepository in interface NDeploypublic NDeploy setSourceRepository(String repository)
setSourceRepository in interface NDeploypublic NDeploy setDescriptor(Path path)
setDescriptor 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.