| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--dutils.digger.processors.PrintProcessor
This SearchProcessor prints matching entries to the standard
 output stream.
| Constructor Summary | |
| PrintProcessor() | |
| Method Summary | |
|  void | process(java.io.File f)Used when a Filethat 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 ZipEntrythat matches the search criteria is found. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public PrintProcessor()
| Method Detail | 
public void process(java.io.File f)
SearchProcessorFile that matches the search criteria is found.
process in interface SearchProcessorf - a File to Process.SearchProcessor.process(File)
public void process(java.io.File f,
                    java.util.zip.ZipFile zFile,
                    java.util.zip.ZipEntry zEntry)
SearchProcessorZipEntry that matches the search criteria is found.
process in interface SearchProcessorzFile - the ZipFile where the ZipEntry was
        found.zEntry - a ZipEntry to process.f - the actual file being processed (important for entries in nested archives).SearchProcessor.process(File, ZipFile, ZipEntry)| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||