![]() |
|
Version: 0.27 - Last update: 2004-05-30 | Home Page - SourceForge Project Page - Contact |
Jodd Overview News Download License References Development Using Jodd Javadoc JUnit report Community Contribute Report a bug More reading Milestone 0.30 ![]() ![]() |
FindFileFindFile is a generic file finder, that browses all files of
specified folder. Usage is quite simple:
FindFile also knows how to browse all subdirectories, and can
return just files, just directories, or both.More power FindFile can provide by using
FileFilter s. They can filter out the file list automatically.
One such filter is implemented in Jodd: it is
RegExpFileFilter . It is quite powerful, since it lets users
to specifies regular expressions for matching files. It can be
additionally configured not to match path parth of the file or not to
match directories.Here is a quick overview how filters can be used with FindFile :
|