Package adalid.util.io
Class RegexPathFilter
java.lang.Object
adalid.util.io.RegexPathFilter
- All Implemented Interfaces:
FileFilter,FilenameFilter,PathMatcher,org.apache.commons.io.file.PathFilter,org.apache.commons.io.filefilter.IOFileFilter
public class RegexPathFilter
extends Object
implements org.apache.commons.io.filefilter.IOFileFilter
- Author:
- Jorge Campins
-
Field Summary
FieldsFields inherited from interface org.apache.commons.io.filefilter.IOFileFilter
EMPTY_STRING_ARRAY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.commons.io.filefilter.IOFileFilter
accept, and, matches, negate, or
-
Field Details
-
SEPARATOR
-
-
Constructor Details
-
RegexPathFilter
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceFileFilter- Specified by:
acceptin interfaceorg.apache.commons.io.filefilter.IOFileFilter
-
accept
- Specified by:
acceptin interfaceFilenameFilter- Specified by:
acceptin interfaceorg.apache.commons.io.filefilter.IOFileFilter
-