public class ExtensionDefinition extends Object
Modifier and Type | Field and Description |
---|---|
private Configuration |
_configuration |
private String |
_featureName |
private String |
_id |
private String |
_pluginName |
private String |
_point |
Constructor and Description |
---|
ExtensionDefinition(String id,
String point,
String pluginName,
String featureName,
Configuration configuration)
Store elements about an extension
|
Modifier and Type | Method and Description |
---|---|
Configuration |
getConfiguration()
Returns the configuration
|
String |
getFeatureName()
Returns the feature name
|
String |
getId()
Returns the extension id.
|
String |
getPluginName()
Returns the plugin name
|
String |
getPoint()
Returns the extension point name.
|
private String _pluginName
private String _featureName
private Configuration _configuration
public ExtensionDefinition(String id, String point, String pluginName, String featureName, Configuration configuration)
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.public String getPoint()
public Configuration getConfiguration()
public String getFeatureName()
public String getPluginName()