|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AVMZipExporterService
Exporter which allows the saving of part of an AVM filesystem to a Zip file.
| Method Summary | |
|---|---|
void |
export(java.io.File output,
int version,
java.lang.String path,
boolean recurse)
Exports the given path and version as a zip file, stored in the specified file. |
void |
export(org.apache.tools.zip.ZipOutputStream out,
AVMNodeDescriptor node,
boolean recurse)
Exports the given AVM node into an already open Zip file. |
void |
export(org.apache.tools.zip.ZipOutputStream out,
int version,
java.lang.String path,
boolean recurse)
Exports the given path and version into an already open Zip file. |
| Method Detail |
|---|
void export(java.io.File output,
int version,
java.lang.String path,
boolean recurse)
throws java.io.IOException,
java.util.zip.ZipException
output - The File to store the Zip inpath - The AVM path to exportversion - The AVM version IOrecurse - Should the export recurse into directories?
java.io.IOException
java.util.zip.ZipException
void export(org.apache.tools.zip.ZipOutputStream out,
int version,
java.lang.String path,
boolean recurse)
throws java.io.IOException,
java.util.zip.ZipException
output - The File to store the Zip inpath - The AVM path to exportversion - The AVM version IOrecurse - Should the export recurse into directories?
java.io.IOException
java.util.zip.ZipException
void export(org.apache.tools.zip.ZipOutputStream out,
AVMNodeDescriptor node,
boolean recurse)
throws java.io.IOException,
java.util.zip.ZipException
output - The File to store the Zip innode - The AVM node to exportrecurse - Should the export recurse into directories?
java.io.IOException
java.util.zip.ZipException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||