Class PluginNameConfigManager

    • Constructor Detail

      • PluginNameConfigManager

        protected PluginNameConfigManager()
    • Method Detail

      • checkValidity

        public String checkValidity​(String name)
        If name is valid, the function returns null, otherwise it returns a String with the description of the error.
        Parameters:
        name - name
        Returns:
        something
      • getNameDescription

        public String getNameDescription()
        Returns the description of the valid names.
        Returns:
        something
      • getDefaultName

        public String getDefaultName()
        Returns:
        something
      • pluginAdded

        public void pluginAdded​(PluginObject plugin)
        Description copied from interface: PluginListener
        Insert the method's description here. Creation date: (6.12.2001 22:16:08)
        Specified by:
        pluginAdded in interface PluginListener
        Parameters:
        plugin - plugin
      • pluginRemoved

        public void pluginRemoved​(PluginObject plugin)
        Description copied from interface: PluginListener
        Insert the method's description here. Creation date: (6.12.2001 22:15:59)
        Specified by:
        pluginRemoved in interface PluginListener
        Parameters:
        plugin - plugin