Class PluginHelper

java.lang.Object
org.graffiti.util.PluginHelper
All Implemented Interfaces:
HelperClass

public class PluginHelper
extends Object
implements HelperClass
  • Constructor Details

    • PluginHelper

      public PluginHelper()
  • Method Details

    • readPluginDescription

      public static PluginDescription readPluginDescription​(URL pluginLocation) throws PluginManagerException
      Reads 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

      public static List<Class<? extends Attribute>> getAvailableAttributes()
      Returns:
    • getAvailableAlgorithms

      public static List<? extends Algorithm> getAvailableAlgorithms()