public class ExportOptions
extends java.lang.Object
| Constructor and Description |
|---|
ExportOptions() |
| Modifier and Type | Method and Description |
|---|---|
ProgressTrackerListener |
getListener()
Returns the progress tracker listener.
|
MetaInf |
getMetaInf()
Returns the meta-inf
|
java.lang.String |
getMountPath()
Returns the mount path
|
ExportPostProcessor |
getPostProcessor()
Returns the post processor
|
java.lang.String |
getRootPath()
Returns the root path.
|
void |
setListener(ProgressTrackerListener listener)
Sets the progress tracker listener for an export.
|
void |
setMetaInf(MetaInf metaInf)
Sets the meta-inf to be included in an exported archive.
|
void |
setMountPath(java.lang.String mountPath)
Defines the root path where the repository should be mounted for the export.
|
void |
setPostProcessor(ExportPostProcessor postProcessor)
Sets the export post processor for an export.
|
void |
setRootPath(java.lang.String rootPath)
Defines the root path where the mounted repository should be mapped into the vault fs.
|
public ProgressTrackerListener getListener()
public void setListener(ProgressTrackerListener listener)
listener - the listenerpublic ExportPostProcessor getPostProcessor()
public void setPostProcessor(ExportPostProcessor postProcessor)
postProcessor - the post processorpublic MetaInf getMetaInf()
public void setMetaInf(MetaInf metaInf)
metaInf - the meta infpublic java.lang.String getRootPath()
public void setRootPath(java.lang.String rootPath)
rootPath - the root pathpublic java.lang.String getMountPath()
public void setMountPath(java.lang.String mountPath)
mountPath - the mount path