Package org.bonitasoft.engine
Class DeepRegexFileFilter
- java.lang.Object
-
- org.apache.commons.io.filefilter.AbstractFileFilter
-
- org.bonitasoft.engine.DeepRegexFileFilter
-
- All Implemented Interfaces:
java.io.FileFilter,java.io.FilenameFilter,org.apache.commons.io.filefilter.IOFileFilter
public class DeepRegexFileFilter extends org.apache.commons.io.filefilter.AbstractFileFilterIdentical toRegexFileFilter, but accept files based on the complete file path and name, not only its name.
-
-
Constructor Summary
Constructors Constructor Description DeepRegexFileFilter(java.io.File parentDir, java.lang.String pattern)DeepRegexFileFilter(java.lang.String pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(java.io.File file)
-