public class DeepRegexFileFilter
extends org.apache.commons.io.filefilter.AbstractFileFilter
RegexFileFilter, but accept files based on the complete file path and name, not only its name.| Constructor and Description |
|---|
DeepRegexFileFilter(File parentDir,
String pattern) |
DeepRegexFileFilter(String pattern) |
public DeepRegexFileFilter(String pattern)
public boolean accept(File file)
accept in interface FileFilteraccept in interface org.apache.commons.io.filefilter.IOFileFilteraccept in class org.apache.commons.io.filefilter.AbstractFileFilterCopyright © 2014 Bonitasoft S.A.. All rights reserved.