edu.ucla.stat.SOCR.util
Class ModelerPluginLoader

java.lang.Object
  extended by edu.ucla.stat.SOCR.util.PluginLoader
      extended by edu.ucla.stat.SOCR.util.ModelerPluginLoader
All Implemented Interfaces:
java.io.FilenameFilter

public class ModelerPluginLoader
extends PluginLoader


Field Summary
 
Fields inherited from class edu.ucla.stat.SOCR.util.PluginLoader
classLoader
 
Constructor Summary
ModelerPluginLoader(java.net.URL filePath, java.lang.ClassLoader loader)
           
 
Method Summary
 boolean testClass(java.lang.String className, java.lang.String classLocation)
           
 
Methods inherited from class edu.ucla.stat.SOCR.util.PluginLoader
accept, fillVectors, getClassCount, getClassString, loadClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelerPluginLoader

public ModelerPluginLoader(java.net.URL filePath,
                           java.lang.ClassLoader loader)
Method Detail

testClass

public boolean testClass(java.lang.String className,
                         java.lang.String classLocation)
Overrides:
testClass in class PluginLoader