|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IronjacamarDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
IronjacamarDescriptor descriptor = Descriptors.create(IronjacamarDescriptor.class);
Method Summary | |
---|---|
IronjacamarDescriptor |
bootstrapContext(String bootstrapContext)
Sets the bootstrap-context element |
ConfigPropertyType<IronjacamarDescriptor> |
createConfigProperty()
Creates a new config-property element |
List<ConfigPropertyType<IronjacamarDescriptor>> |
getAllConfigProperty()
Returns all config-property elements |
String |
getBootstrapContext()
Returns the bootstrap-context element |
AdminObjectsType<IronjacamarDescriptor> |
getOrCreateAdminObjects()
If not already created, a new admin-objects element with the given value will be created. |
BeanValidationGroupsType<IronjacamarDescriptor> |
getOrCreateBeanValidationGroups()
If not already created, a new bean-validation-groups element with the given value will be created. |
ConfigPropertyType<IronjacamarDescriptor> |
getOrCreateConfigProperty()
If not already created, a new config-property element will be created and returned. |
ConnectionDefinitionsType<IronjacamarDescriptor> |
getOrCreateConnectionDefinitions()
If not already created, a new connection-definitions element with the given value will be created. |
TransactionSupportType |
getTransactionSupport()
Returns the transaction-support element |
String |
getTransactionSupportAsString()
Returns the transaction-support element |
IronjacamarDescriptor |
removeAdminObjects()
Removes the admin-objects element |
IronjacamarDescriptor |
removeAllConfigProperty()
Removes all config-property elements |
IronjacamarDescriptor |
removeBeanValidationGroups()
Removes the bean-validation-groups element |
IronjacamarDescriptor |
removeBootstrapContext()
Removes the bootstrap-context element |
IronjacamarDescriptor |
removeConnectionDefinitions()
Removes the connection-definitions element |
IronjacamarDescriptor |
removeTransactionSupport()
Removes the transaction-support attribute |
IronjacamarDescriptor |
transactionSupport(String transactionSupport)
Sets the transaction-support element |
IronjacamarDescriptor |
transactionSupport(TransactionSupportType transactionSupport)
Sets the transaction-support element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Descriptor |
---|
exportAsString, exportTo, getDescriptorName |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.DescriptorNamespace |
---|
addDefaultNamespaces, addNamespace, getNamespaces, removeAllNamespaces |
Method Detail |
---|
BeanValidationGroupsType<IronjacamarDescriptor> getOrCreateBeanValidationGroups()
bean-validation-groups
element with the given value will be created.
Otherwise, the existing bean-validation-groups
element will be returned.
BeanValidationGroupsType
IronjacamarDescriptor removeBeanValidationGroups()
bean-validation-groups
element
IronjacamarDescriptor
IronjacamarDescriptor bootstrapContext(String bootstrapContext)
bootstrap-context
element
bootstrapContext
- the value for the element bootstrap-context
IronjacamarDescriptor
String getBootstrapContext()
bootstrap-context
element
bootstrap-context
IronjacamarDescriptor removeBootstrapContext()
bootstrap-context
element
IronjacamarDescriptor
ConfigPropertyType<IronjacamarDescriptor> getOrCreateConfigProperty()
config-property
element will be created and returned.
Otherwise, the first existing config-property
element will be returned.
config-property
ConfigPropertyType<IronjacamarDescriptor> createConfigProperty()
config-property
element
ConfigPropertyType
List<ConfigPropertyType<IronjacamarDescriptor>> getAllConfigProperty()
config-property
elements
config-property
IronjacamarDescriptor removeAllConfigProperty()
config-property
elements
ConfigPropertyType
IronjacamarDescriptor transactionSupport(TransactionSupportType transactionSupport)
transaction-support
element
transactionSupport
- the value for the element transaction-support
IronjacamarDescriptor
IronjacamarDescriptor transactionSupport(String transactionSupport)
transaction-support
element
transactionSupport
- the value for the element transaction-support
IronjacamarDescriptor
TransactionSupportType getTransactionSupport()
transaction-support
element
transaction-support
String getTransactionSupportAsString()
transaction-support
element
transaction-support
IronjacamarDescriptor removeTransactionSupport()
transaction-support
attribute
IronjacamarDescriptor
ConnectionDefinitionsType<IronjacamarDescriptor> getOrCreateConnectionDefinitions()
connection-definitions
element with the given value will be created.
Otherwise, the existing connection-definitions
element will be returned.
ConnectionDefinitionsType
IronjacamarDescriptor removeConnectionDefinitions()
connection-definitions
element
IronjacamarDescriptor
AdminObjectsType<IronjacamarDescriptor> getOrCreateAdminObjects()
admin-objects
element with the given value will be created.
Otherwise, the existing admin-objects
element will be returned.
AdminObjectsType
IronjacamarDescriptor removeAdminObjects()
admin-objects
element
IronjacamarDescriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |