xjavadoc.filesystem
Class FileSourceSet.JavaSourceFilter

java.lang.Object
  extended by xjavadoc.filesystem.FileSourceSet.JavaSourceFilter
All Implemented Interfaces:
java.io.FileFilter
Enclosing class:
FileSourceSet

 class FileSourceSet.JavaSourceFilter
extends java.lang.Object
implements java.io.FileFilter

FileFilter that only accepts java sources


Field Summary
private static java.lang.String suffix
           
 
Constructor Summary
FileSourceSet.JavaSourceFilter()
           
 
Method Summary
 boolean accept(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

suffix

private static final java.lang.String suffix
See Also:
Constant Field Values
Constructor Detail

FileSourceSet.JavaSourceFilter

FileSourceSet.JavaSourceFilter()
Method Detail

accept

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