|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
SearchProcessors are applied when a File or
a ZipEntry are found to match the search criteria.
| Method Summary | |
void |
process(java.io.File f)
Used when a File that matches the search criteria is found. |
void |
process(java.io.File f,
java.util.zip.ZipFile zFile,
java.util.zip.ZipEntry zEntry)
Used when a ZipEntry that matches the search criteria is found. |
| Method Detail |
public void process(java.io.File f)
File that matches the search criteria is found.
f - a File to Process.
public void process(java.io.File f,
java.util.zip.ZipFile zFile,
java.util.zip.ZipEntry zEntry)
ZipEntry that matches the search criteria is found.
zFile - the ZipFile where the ZipEntry was
found.zEntry - a ZipEntry to process.f - the actual file being processed (important for entries in nested archives).
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||