annotool.io
Class PluginScanner

java.lang.Object
  extended by annotool.io.PluginScanner

public class PluginScanner
extends java.lang.Object

This class scans the plugin folder to check for new algorithms. Each algorithm should be in a folder. Each algorithm folder should have a xml file called algorithm.xml, which contains the details of the algorithm.


Field Summary
static java.lang.String AlGO_XML
           
static java.lang.String PLUGIN_PATH
           
 
Constructor Summary
PluginScanner()
           
 
Method Summary
 java.util.ArrayList<java.lang.String> getXmlFiles()
           
 void scan()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_PATH

public static final java.lang.String PLUGIN_PATH
See Also:
Constant Field Values

AlGO_XML

public static final java.lang.String AlGO_XML
See Also:
Constant Field Values
Constructor Detail

PluginScanner

public PluginScanner()
Method Detail

scan

public void scan()

getXmlFiles

public java.util.ArrayList<java.lang.String> getXmlFiles()