public static interface IPathEnumerator.IPathHandler
Modifier and Type | Method and Description |
---|---|
void |
handleArchiveEnd(java.io.File parentDir,
java.io.File archive)
Called after the enumerator's zip input stream for this archive
has been closed.
|
void |
handleArchiveEntry(java.util.jar.JarInputStream in,
java.util.zip.ZipEntry entry) |
void |
handleArchiveStart(java.io.File parentDir,
java.io.File archive,
java.util.jar.Manifest manifest)
Called just after the enumerator's zip input stream for this archive
is opened and the manifest entry is read.
|
void |
handleDirEnd(java.io.File pathDir,
java.io.File dir) |
void |
handleDirStart(java.io.File pathDir,
java.io.File dir) |
void |
handleFile(java.io.File pathDir,
java.io.File file) |
void handleDirStart(java.io.File pathDir, java.io.File dir)
void handleFile(java.io.File pathDir, java.io.File file)
void handleDirEnd(java.io.File pathDir, java.io.File dir)
void handleArchiveStart(java.io.File parentDir, java.io.File archive, java.util.jar.Manifest manifest)
void handleArchiveEntry(java.util.jar.JarInputStream in, java.util.zip.ZipEntry entry)
void handleArchiveEnd(java.io.File parentDir, java.io.File archive)