Class PluginConfiguration


  • public class PluginConfiguration
    extends java.lang.Object
    class storing configuration and type of a plugin
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginConfiguration​(java.lang.String propertiesFile, java.lang.Class<ActionHandler> actionHandlerClazz)
      constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPropertiesFile()
      property file link to the plugin
      ActionHandler newInstance()
      create a new instance for the plugin
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PluginConfiguration

        public PluginConfiguration​(java.lang.String propertiesFile,
                                   java.lang.Class<ActionHandler> actionHandlerClazz)
        constructor
        Parameters:
        propertiesFile - the plugin properties file
        actionHandlerClazz - the class of worker ActionHandler
    • Method Detail

      • getPropertiesFile

        public java.lang.String getPropertiesFile()
        property file link to the plugin
        Returns:
        path of the property file