Package dutils.digger.processors

Interface Summary
SearchProcessor SearchProcessors are applied when a File or a ZipEntry are found to match the search criteria.
 

Class Summary
ExtractingProcessor This SearchProcessor extracts matching entries into a given directory.
FieldPrintProcessor This SearchProcessor prints matching fields to the standard output stream.
MethodPrintProcessor This SearchProcessor prints matching methods to the standard output stream.
PrintProcessor This SearchProcessor prints matching entries to the standard output stream.