org.omegahat.Environment.Tools.ClassList
Class ClassFileFilter

java.lang.Object
  |
  +--org.omegahat.Environment.IO.ExtensionFilenameFilter
        |
        +--org.omegahat.Environment.Tools.ClassList.ClassFileFilter
All Implemented Interfaces:
java.io.FilenameFilter, java.io.Serializable

public class ClassFileFilter
extends ExtensionFilenameFilter
implements java.io.Serializable

A very simple filter that is applied when looking through directories for classes which operates by looking only for files that have the suffix .class.

See Also:
ObjectList, Serialized Form

Fields inherited from class org.omegahat.Environment.IO.ExtensionFilenameFilter
extension
 
Constructor Summary
ClassFileFilter()
           
 
Methods inherited from class org.omegahat.Environment.IO.ExtensionFilenameFilter
accept, extension, extension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFileFilter

public ClassFileFilter()