annotool.io
Class PluginScanner
java.lang.Object
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.
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 |
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
PluginScanner
public PluginScanner()
scan
public void scan()
getXmlFiles
public java.util.ArrayList<java.lang.String> getXmlFiles()