Package com.acanx.utils.file.filter
Class ParameterizedFileFilter
java.lang.Object
com.acanx.utils.file.filter.ParameterizedFileFilter
- All Implemented Interfaces:
FileFilter
ParameterizedFileFilter 通用文件过滤器
- Since:
- 0.0.1.10
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParameterizedFileFilter
构造函数- Parameters:
fileNameSuffix
- 文件扩展名
-
-
Method Details
-
accept
Tests whether or not the specified abstract pathname should be included in a pathname list.- Specified by:
accept
in interfaceFileFilter
- Parameters:
pathname
- The abstract pathname to be tested- Returns:
true
if and only ifpathname
should be included
-