Class PluginRecord<T extends Plugin>

  • Type Parameters:
    T -

    public class PluginRecord<T extends Plugin>
    extends Object
    Author:
    Andrea Di Cesare
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name
      • getDescription

        public String getDescription()
        Returns:
        the description
      • getClassName

        public String getClassName()
        Returns:
        the className
      • isEnabled

        public boolean isEnabled()
        Returns:
        the disabled
      • isEnabled

        public static boolean isEnabled​(boolean enabledByDefault,
                                        Map<String,​Object> confArgs)
        Parameters:
        enabledByDefault -
        confArgs -
        Returns:
        the disabled
      • getConfArgs

        public Map<String,​Object> getConfArgs()
        Returns:
        the confArgs
      • getInstance

        public T getInstance()
        Returns:
        the instance