Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
AssemblyDescriptorType<JbossType<T>> |
JbossType.getOrCreateAssemblyDescriptor()
If not already created, a new
assembly-descriptor element with the given value will be created. |
AssemblyDescriptorType<JbossDescriptor> |
JbossDescriptor.getOrCreateAssemblyDescriptor()
If not already created, a new
assembly-descriptor element with the given value will be created. |
AssemblyDescriptorType<T> |
AssemblyDescriptorType.removeAllMessageDestination()
Removes all
message-destination elements |
AssemblyDescriptorType<T> |
AssemblyDescriptorType.removeAllSecurityRole()
Removes all
security-role elements |
Modifier and Type | Method and Description |
---|---|
MessageDestinationType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.createMessageDestination()
Creates a new
message-destination element |
SecurityRoleType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.createSecurityRole()
Creates a new
security-role element |
List<MessageDestinationType<AssemblyDescriptorType<T>>> |
AssemblyDescriptorType.getAllMessageDestination()
Returns all
message-destination elements |
List<SecurityRoleType<AssemblyDescriptorType<T>>> |
AssemblyDescriptorType.getAllSecurityRole()
Returns all
security-role elements |
MessageDestinationType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.getOrCreateMessageDestination()
If not already created, a new
message-destination element will be created and returned. |
SecurityRoleType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.getOrCreateSecurityRole()
If not already created, a new
security-role element will be created and returned. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.