openr66.configuration
Class ExtensionFilter

java.lang.Object
  extended by openr66.configuration.ExtensionFilter
All Implemented Interfaces:
FilenameFilter

public class ExtensionFilter
extends Object
implements FilenameFilter

Extension Filter based on extension

Author:
Frederic Bregier

Constructor Summary
ExtensionFilter(String filter)
           
 
Method Summary
 boolean accept(File arg0, String arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionFilter

public ExtensionFilter(String filter)
Method Detail

accept

public boolean accept(File arg0,
                      String arg1)
Specified by:
accept in interface FilenameFilter


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.