public class ExportOptions
extends java.lang.Object
Constructor and Description |
---|
ExportOptions() |
Modifier and Type | Method and Description |
---|---|
int |
getCompressionLevel()
Returns the compression level.
|
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 |
setCompressionLevel(int compressionLevel)
Defines the compression level for the export.
|
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 pathpublic void setCompressionLevel(int compressionLevel)
compressionLevel
- the compression levelDeflater.setLevel(int)
,
Deflater.DEFAULT_COMPRESSION
,
Deflater.NO_COMPRESSION
public int getCompressionLevel()
Deflater.DEFAULT_COMPRESSION
Deflater.setLevel(int)
,
Deflater.DEFAULT_COMPRESSION
,
Deflater.NO_COMPRESSION
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"