Class PluginInfo

java.lang.Object
com.netscape.cmscore.registry.PluginInfo
All Implemented Interfaces:
IPluginInfo

public class PluginInfo extends Object implements IPluginInfo
The plugin information includes id, name, classname, and description.
Author:
thomask
  • Constructor Details

  • Method Details

    • getName

      public String getName(Locale locale)
      Description copied from interface: IPluginInfo
      Retrieves the localized plugin name.
      Specified by:
      getName in interface IPluginInfo
      Parameters:
      locale - end-user locale
      Returns:
      plugin name
    • getDescription

      public String getDescription(Locale locale)
      Description copied from interface: IPluginInfo
      Retrieves the localized plugin description.
      Specified by:
      getDescription in interface IPluginInfo
      Parameters:
      locale - end-user locale
      Returns:
      plugin description
    • getClassName

      public String getClassName()
      Description copied from interface: IPluginInfo
      Retrieves the class name of the plugin. Instance of plugin can be created with

      Class.forName(info.getClassName());

      Specified by:
      getClassName in interface IPluginInfo
      Returns:
      java class name