Package org.apache.commons.finder

Commons Finder is an implementation of the UNIX command line find tool in Java.

See:
          Description

Interface Summary
Finder A Finder of Files.
FindListener A listener interface that is called during the finder process.
 

Class Summary
FileFinder Searches for files that match certain criteria in a directory, and typically also subdirectories.
Find  
FindEvent Event upon which notification is made to a FindListener.
FindingFilter Filters that can check whether to include a file in the response or not.
 

Exception Summary
FinderException Exception thrown when an error occurs during the find process.
 

Package org.apache.commons.finder Description

Commons Finder is an implementation of the UNIX command line find tool in Java.



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.