Class Plugin

java.lang.Object
org.ametys.runtime.plugin.Plugin

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

    • 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.
    • getFeatures

      Returns the Features defined by this plugin.
      Returns:
      the Features defined by this plugin.
    • getExtensionPoints

      Returns the ids of the extension points defined by this plugin.
      Returns:
      the ids of the extension points defined by this plugin.