Package org.ametys.runtime.plugin
Class Plugin
java.lang.Object
org.ametys.runtime.plugin.Plugin
Object representation of a plugin.xml
-
Field Details
-
DEFAULT_NAME
Name for fake plugins, eg. declared on the fly- See Also:
-
-
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.
-