Jakarta ORO

Package org.apache.oro.io

This package provides FilenameFilters that filter based on a regular expression and other I/O-related classes that derive their functionality from regular expressions.

See:
          Description

Class Summary
AwkFilenameFilter AwkFilenameFilter is a convenience class that subclasses RegexFilenameFilter and filters on Awk regular expressions as implemented by the org.apache.oro.text.awk package, which is required to use this class.
GlobFilenameFilter GlobFilenameFilter is a convenience class that subclasses RegexFilenameFilter and filters on Glob regular expressions as implemented by the org.apache.oro.text package, which is required to use this class.
Perl5FilenameFilter Perl5FilenameFilter is a convenience class that subclasses RegexFilenameFilter and filters on Perl5 regular expressions as implemented by the org.apache.oro.text.regex package, which is required to use this class.
RegexFilenameFilter RegexFilenameFilter is the base class for a set of FilenameFilter implementations that filter based on a regular expression.
 

Package org.apache.oro.io Description

This package provides FilenameFilters that filter based on a regular expression and other I/O-related classes that derive their functionality from regular expressions.


Jakarta ORO

Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.