Package dutils.digger

Interface Summary
ComparisonTransformation This interface defines a Transformation of two strings.
 

Class Summary
ArchiveDigger Implements a search operation whithin an archive.
The operation is implemented as a class to ease the handling of nested archives.
Digger An abstract class for a generic 'digger' class.
Instances of Digger can search all sorts of locations (for example, directories or archives).
All search data (like what to search for) is contained in a SearchData object.
DiggerUtils A class with utility methods.
DirectoryDigger A directory Digger.
Digs a given directory using the given SearchData.
JDigger A command line utility that uses the JDigger API in order to recursively search a directory for Java related items (searches also directory and archives).