Package org.graffiti.util
Class PluginHelper
java.lang.Object
org.graffiti.util.PluginHelper
- All Implemented Interfaces:
HelperClass
public class PluginHelper extends Object implements HelperClass
-
Constructor Summary
Constructors Constructor Description PluginHelper() -
Method Summary
Modifier and Type Method Description static List<? extends Algorithm>getAvailableAlgorithms()static List<Class<? extends Attribute>>getAvailableAttributes()static PluginDescriptionreadPluginDescription(URL pluginLocation)Reads and returns the plugin description of the plugin from the given URL.
-
Constructor Details
-
PluginHelper
public PluginHelper()
-
-
Method Details
-
readPluginDescription
public static PluginDescription readPluginDescription(URL pluginLocation) throws PluginManagerExceptionReads and returns the plugin description of the plugin from the given URL.- Parameters:
pluginLocation- the URL to the plugin.- Returns:
- DOCUMENT ME!
- Throws:
PluginManagerException- if an error occurrs while loading the plugin description.
-
getAvailableAttributes
- Returns:
-
getAvailableAlgorithms
-