Interface PluginInfo

All Known Implementing Classes:
BundlePluginInfo, LocalizedPluginInfo

public interface PluginInfo
Descriptive information about a plugin, designed to help users of the plugin.
Version:
1.0
Author:
matt
  • Method Details

    • getName

      String getName()
      Get a name of the plugin.
      Returns:
      the name
    • getDescription

      String getDescription()
      Get a description of the plugin.
      Returns:
      the description
    • getLocalizedName

      String getLocalizedName(Locale locale)
      Get a localized name of the plugin.
      Parameters:
      locale - the desired locale
      Returns:
      the name
    • getLocalizedDescription

      String getLocalizedDescription(Locale locale)
      Get a localized description of the plugin.
      Parameters:
      locale - the desired locale
      Returns:
      the description