org.shept.util
Class FileUtils.Filter

java.lang.Object
  extended by org.shept.util.FileUtils.Filter
All Implemented Interfaces:
FileFilter
Enclosing class:
FileUtils

private class FileUtils.Filter
extends Object
implements FileFilter


Field Summary
(package private)  String path
           
(package private)  String pattern
           
 
Constructor Summary
FileUtils.Filter(String dirPath, String filePattern)
           
 
Method Summary
 boolean accept(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

String pattern

path

String path
Constructor Detail

FileUtils.Filter

public FileUtils.Filter(String dirPath,
                        String filePattern)
Method Detail

accept

public boolean accept(File file)
Specified by:
accept in interface FileFilter


Copyright © 2011. All Rights Reserved.