org.plasma.common.io
Class FileNameFilter

java.lang.Object
  extended by org.plasma.common.io.FileNameFilter
All Implemented Interfaces:
FilenameFilter

public class FileNameFilter
extends Object
implements FilenameFilter


Constructor Summary
FileNameFilter(String expression)
           
 
Method Summary
 boolean accept(File dir, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileNameFilter

public FileNameFilter(String expression)
Method Detail

accept

public boolean accept(File dir,
                      String name)
Specified by:
accept in interface FilenameFilter


Copyright © 2013. All rights reserved.