public class DeploymentDescriptor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentDescriptor.Target |
| Constructor and Description |
|---|
DeploymentDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCleanupPublication() |
String |
getSourcePath() |
DeploymentDescriptor.Target |
getTarget() |
String |
getVersionHistoryPath()
get the path of version history file which we want to import
|
void |
setCleanupPublication(Boolean cleanupPublication)
This method allows to cleanup the publication lifecycle in the target
folder after importing the data.
|
void |
setSourcePath(String sourcePath) |
void |
setTarget(DeploymentDescriptor.Target target) |
void |
setVersionHistoryPath(String versionHistoryPath)
set the path of version history file which we want to import
|
public DeploymentDescriptor.Target getTarget()
public void setTarget(DeploymentDescriptor.Target target)
target - the target to setpublic String getSourcePath()
public void setSourcePath(String sourcePath)
sourcePath - the sourcePath to setpublic Boolean getCleanupPublication()
public void setCleanupPublication(Boolean cleanupPublication)
cleanupPublication - public String getVersionHistoryPath()
public void setVersionHistoryPath(String versionHistoryPath)
versionHistoryPath - the path of version history file which we want to importCopyright © 2003–2018 eXo Platform SAS. All rights reserved.