Package org.ametys.runtime.plugin
Class Plugin
java.lang.Object
org.ametys.runtime.plugin.Plugin
Object representation of a plugin.xml
-
Method Details
-
getName
Returns this plugin's name.- Returns:
- this plugin's name.
-
getVersion
Returns this plugin's version, or null if not specified.- Returns:
- this plugin's version.
-
getFeatures
Returns theFeature
s defined by this plugin.- Returns:
- the
Feature
s 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.
-