Class PropertiesFileFilter

java.lang.Object
com.acanx.utils.file.filter.PropertiesFileFilter
All Implemented Interfaces:
FileFilter

@Alpha @Deprecated public class PropertiesFileFilter extends Object implements FileFilter
Deprecated.
PropertiesFileFilter Properties文件过滤器
Since:
0.0.1.10
  • Method Details

    • accept

      public boolean accept(File pathname)
      Deprecated.
      Tests whether or not the specified abstract pathname should be included in a pathname list.
      Specified by:
      accept in interface FileFilter
      Parameters:
      pathname - The abstract pathname to be tested
      Returns:
      true if and only if pathname should be included