Class Plugin


  • public class Plugin
    extends Object
    Object representation of a plugin.xml
    • Method Detail

      • getName

        public String getName()
        Returns this plugin's name.
        Returns:
        this plugin's name.
      • getVersion

        public String getVersion()
        Returns this plugin's version, or null if not specified.
        Returns:
        this plugin's version.
      • getExtensionPoints

        public Collection<StringgetExtensionPoints()
        Returns the ids of the extension points defined by this plugin.
        Returns:
        the ids of the extension points defined by this plugin.