Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.connector10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ConfigProperty<T> |
ConfigProperty.configPropertyName(java.lang.String configPropertyName)
Sets the
config-property-name element |
ConfigProperty<T> |
ConfigProperty.configPropertyType(java.lang.String configPropertyType)
Sets the
config-property-type element |
ConfigProperty<T> |
ConfigProperty.configPropertyValue(java.lang.String configPropertyValue)
Sets the
config-property-value element |
ConfigProperty<Resourceadapter<T>> |
Resourceadapter.createConfigProperty()
Creates a new
config-property element |
ConfigProperty<T> |
ConfigProperty.description(java.lang.String description)
Sets the
description element |
ConfigProperty<Resourceadapter<T>> |
Resourceadapter.getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
ConfigProperty<T> |
ConfigProperty.removeConfigPropertyName()
Removes the
config-property-name element |
ConfigProperty<T> |
ConfigProperty.removeConfigPropertyType()
Removes the
config-property-type element |
ConfigProperty<T> |
ConfigProperty.removeConfigPropertyValue()
Removes the
config-property-value element |
ConfigProperty<T> |
ConfigProperty.removeDescription()
Removes the
description element |
Modifier and Type | Method and Description |
---|---|
java.util.List<ConfigProperty<Resourceadapter<T>>> |
Resourceadapter.getAllConfigProperty()
Returns all
config-property elements |
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)