JTools

org.jtools.props
Class SimplePropertyRepository.PropertyEntry.SimpleFileFilter

java.lang.Object
  extended by org.jtools.props.SimplePropertyRepository.PropertyEntry.SimpleFileFilter
All Implemented Interfaces:
FilenameFilter
Enclosing class:
SimplePropertyRepository.PropertyEntry

protected static class SimplePropertyRepository.PropertyEntry.SimpleFileFilter
extends Object
implements FilenameFilter


Constructor Summary
SimplePropertyRepository.PropertyEntry.SimpleFileFilter(String Extension, String[] Excludes)
           
 
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

SimplePropertyRepository.PropertyEntry.SimpleFileFilter

public SimplePropertyRepository.PropertyEntry.SimpleFileFilter(String Extension,
                                                               String[] Excludes)
Method Detail

accept

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

JTools

© 2000-2006, JTools.org.