public class JarExporter extends AbstractExporter
PlatformNameFormat for formatting the jcr file
names to local ones.| Constructor and Description |
|---|
JarExporter(java.io.File jarFile)
Constructs a new jar exporter that writes to the given file.
|
JarExporter(java.io.OutputStream out)
Constructs a new jar exporter that writes to the output stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the exporter and releases the undelying structures.
|
void |
createDirectory(java.lang.String relPath) |
void |
createDirectory(VaultFile file,
java.lang.String relPath) |
void |
open()
Opens the exporter and initializes the undelying structures.
|
void |
write(java.util.zip.ZipFile zip,
java.util.zip.ZipEntry entry) |
void |
writeFile(java.io.InputStream in,
java.lang.String relPath) |
void |
writeFile(VaultFile file,
java.lang.String relPath) |
export, export, export, getExportInfo, getRootPath, isNoMetaInf, isRelativePaths, isVerbose, setNoMetaInf, setProperties, setProperty, setProperty, setRelativePaths, setRootPath, setVerbosepublic JarExporter(java.io.File jarFile)
jarFile - the jar filepublic JarExporter(java.io.OutputStream out)
out - the output streampublic void open()
throws java.io.IOException
open in class AbstractExporterjava.io.IOException - if an I/O error occurspublic void close()
throws java.io.IOException
AbstractExporterclose in class AbstractExporterjava.io.IOException - if an I/O error occurspublic void createDirectory(VaultFile file, java.lang.String relPath) throws RepositoryException, java.io.IOException
createDirectory in class AbstractExporterRepositoryExceptionjava.io.IOExceptionpublic void createDirectory(java.lang.String relPath)
throws java.io.IOException
createDirectory in class AbstractExporterjava.io.IOExceptionpublic void writeFile(VaultFile file, java.lang.String relPath) throws RepositoryException, java.io.IOException
writeFile in class AbstractExporterRepositoryExceptionjava.io.IOExceptionpublic void writeFile(java.io.InputStream in,
java.lang.String relPath)
throws java.io.IOException
writeFile in class AbstractExporterjava.io.IOExceptionpublic void write(java.util.zip.ZipFile zip,
java.util.zip.ZipEntry entry)
throws java.io.IOException
java.io.IOException"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"