public class ComponentDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
private Configuration |
_configuration |
private String |
_featureName |
private String |
_id |
private String |
_pluginName |
private String |
_role |
| Constructor and Description |
|---|
ComponentDefinition(String id,
String role,
String pluginName,
String featureName,
Configuration configuration)
Store elements about a component.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConfiguration()
Returns the configuration
|
String |
getFeatureName()
Returns the feature name
|
String |
getId()
Returns the component id.
|
String |
getPluginName()
Returns the plugin name
|
String |
getRole()
Returns the component role.
|
private String _pluginName
private String _featureName
private Configuration _configuration
public ComponentDefinition(String id, String role, String pluginName, String featureName, Configuration configuration)
id - the component's id.role - the component's role.pluginName - The name of the plugin declaring the component.featureName - The name of the feature declaring the component.configuration - The configuration of the component.public Configuration getConfiguration()
public String getFeatureName()
public String getPluginName()