public interface FileNameFilter
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a copy of this object, with all interface method behaving exactly as the original instance.
|
PatternFilter |
createPatternFilter()
Returns a PatternFilter for this FileNameFilter.
|
FileNamePattern |
getFileNamePattern()
Returns the file name pattern that should be used to filter files.
|
PatternFilter createPatternFilter()
FileNamePattern getFileNamePattern()
java.lang.Object clone()