Package com.atlassian.bamboo.utils
Class PathFileFilter
java.lang.Object
org.apache.commons.io.filefilter.AbstractFileFilter
com.atlassian.bamboo.utils.PathFileFilter
- 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 PathFileFilter
extends org.apache.commons.io.filefilter.AbstractFileFilter
Matches file if any of it's parents has given name
- Since:
- v3.3
-
Field Summary
Fields inherited from interface org.apache.commons.io.filefilter.IOFileFilter
EMPTY_STRING_ARRAY -
Constructor Summary
Constructors -
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
-
PathFileFilter
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceFileFilter- Specified by:
acceptin interfaceorg.apache.commons.io.filefilter.IOFileFilter- Overrides:
acceptin classorg.apache.commons.io.filefilter.AbstractFileFilter
-