Package org.ametys.runtime.plugin
Class ExtensionDefinition
java.lang.Object
org.ametys.runtime.plugin.ExtensionDefinition
This class is a storage for an extension informations
-
Constructor Summary
ConstructorDescriptionExtensionDefinition
(String id, String point, String pluginName, String featureName, Configuration configuration) Store elements about an extension -
Method Summary
-
Constructor Details
-
ExtensionDefinition
public ExtensionDefinition(String id, String point, String pluginName, String featureName, Configuration configuration) Store elements about an extension- Parameters:
id
- the extension's id.point
- the extension point name.pluginName
- The name of the plugin declaring the extension.featureName
- The name of the feature declaring the extension.configuration
- The configuration of the extension.
-
-
Method Details
-
getId
Returns the extension id.- Returns:
- the extension id.
-
getPoint
Returns the extension point name.- Returns:
- the extension point name.
-
getConfiguration
Returns the configuration- Returns:
- the configuration
-
getFeatureName
Returns the feature name- Returns:
- the feature name
-
getPluginName
Returns the plugin name- Returns:
- the plugin name
-