| Package | Description |
|---|---|
| org.rhq.core.clientapi.agent.metadata | |
| org.rhq.core.clientapi.descriptor.configuration | |
| org.rhq.core.clientapi.descriptor.plugin |
| Modifier and Type | Method and Description |
|---|---|
static org.rhq.core.domain.configuration.definition.ConfigurationDefinition |
ConfigurationMetadataParser.parse(String configurationName,
ConfigurationDescriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationTemplateDescriptor
Describes a template of configuration values.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationDescriptor |
ObjectFactory.createConfigurationDescriptor()
Create an instance of
ConfigurationDescriptor |
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationDescriptor |
ContentDescriptor.configuration |
protected ConfigurationDescriptor |
OperationDescriptor.parameters |
protected ConfigurationDescriptor |
ResourceDescriptor.pluginConfiguration |
protected ConfigurationDescriptor |
ResourceDescriptor.resourceConfiguration |
protected ConfigurationDescriptor |
OperationDescriptor.results |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationDescriptor |
ContentDescriptor.getConfiguration()
Gets the value of the configuration property.
|
ConfigurationDescriptor |
OperationDescriptor.getParameters()
Gets the value of the parameters property.
|
ConfigurationDescriptor |
ResourceDescriptor.getPluginConfiguration()
Gets the value of the pluginConfiguration property.
|
ConfigurationDescriptor |
ResourceDescriptor.getResourceConfiguration()
Gets the value of the resourceConfiguration property.
|
ConfigurationDescriptor |
OperationDescriptor.getResults()
Gets the value of the results property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentDescriptor.setConfiguration(ConfigurationDescriptor value)
Sets the value of the configuration property.
|
void |
OperationDescriptor.setParameters(ConfigurationDescriptor value)
Sets the value of the parameters property.
|
void |
ResourceDescriptor.setPluginConfiguration(ConfigurationDescriptor value)
Sets the value of the pluginConfiguration property.
|
void |
ResourceDescriptor.setResourceConfiguration(ConfigurationDescriptor value)
Sets the value of the resourceConfiguration property.
|
void |
OperationDescriptor.setResults(ConfigurationDescriptor value)
Sets the value of the results property.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.