Class PluginDescriptor


  • public final class PluginDescriptor
    extends Object
    Simple descriptor for plug-ins.
    Author:
    Paul Gregoire
    • Constructor Detail

      • PluginDescriptor

        public PluginDescriptor()
    • Method Detail

      • getPluginName

        public String getPluginName()
      • setPluginName

        public void setPluginName​(String pluginName)
      • getPluginType

        public String getPluginType()
      • setPluginType

        public void setPluginType​(String pluginType)
      • getMethod

        public String getMethod()
      • setMethod

        public void setMethod​(String method)
      • getMethodReturnType

        public String getMethodReturnType()
      • setMethodReturnType

        public void setMethodReturnType​(String methodReturnType)
      • setProperties

        public void setProperties​(Map<String,​Object> properties)