edu.colby.cs.JeSS.util
Class PluginLoader.classFileFilter

java.lang.Object
  extended byedu.colby.cs.JeSS.util.PluginLoader.classFileFilter
All Implemented Interfaces:
java.io.FileFilter
Enclosing class:
PluginLoader

private class PluginLoader.classFileFilter
extends java.lang.Object
implements java.io.FileFilter

The FileFilter that is used to screen out non-class files


Constructor Summary
private PluginLoader.classFileFilter()
           
 
Method Summary
 boolean accept(java.io.File file)
          Retrieve the file name and check to see if it is a class file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginLoader.classFileFilter

private PluginLoader.classFileFilter()
Method Detail

accept

public boolean accept(java.io.File file)
Retrieve the file name and check to see if it is a class file

Specified by:
accept in interface java.io.FileFilter
Returns:
boolean - true if it is a class file