Package org.bonitasoft.engine
Class DeepRegexFileFilter
java.lang.Object
org.apache.commons.io.filefilter.AbstractFileFilter
org.bonitasoft.engine.DeepRegexFileFilter
- All Implemented Interfaces:
FileFilter,FilenameFilter,FileVisitor<Path>,PathMatcher,org.apache.commons.io.file.PathFilter,org.apache.commons.io.file.PathVisitor,org.apache.commons.io.filefilter.IOFileFilter
public class DeepRegexFileFilter
extends org.apache.commons.io.filefilter.AbstractFileFilter
Identical to
RegexFileFilter, but accept files based on the complete file
path and name, not only its name.- Author:
- Emmanuel Duchastenier
-
Field Summary
Fields inherited from interface org.apache.commons.io.filefilter.IOFileFilter
EMPTY_STRING_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionDeepRegexFileFilter(File parentDir, String pattern) DeepRegexFileFilter(String pattern) -
Method Summary
Methods inherited from class org.apache.commons.io.filefilter.AbstractFileFilter
accept, handle, postVisitDirectory, preVisitDirectory, toString, visitFile, visitFileFailedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.commons.io.filefilter.IOFileFilter
accept, and, matches, negate, or
-
Constructor Details
-
DeepRegexFileFilter
-
DeepRegexFileFilter
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceFileFilter- Specified by:
acceptin interfaceorg.apache.commons.io.filefilter.IOFileFilter- Overrides:
acceptin classorg.apache.commons.io.filefilter.AbstractFileFilter
-