Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.application6 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ApplicationType<T> |
ApplicationType.applicationName(String applicationName)
Sets the
application-name element |
ApplicationType<T> |
ApplicationType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ApplicationType<T> |
ApplicationType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
ApplicationType<T> |
ApplicationType.initializeInOrder(GenericBooleanType initializeInOrder)
Sets the
initialize-in-order element |
ApplicationType<T> |
ApplicationType.initializeInOrder(String initializeInOrder)
Sets the
initialize-in-order element |
ApplicationType<T> |
ApplicationType.libraryDirectory(String libraryDirectory)
Sets the
library-directory element |
ApplicationType<T> |
ApplicationType.removeAllDataSource()
Removes all
data-source elements |
ApplicationType<T> |
ApplicationType.removeAllDescription()
Removes the
description element |
ApplicationType<T> |
ApplicationType.removeAllDisplayName()
Removes the
display-name element |
ApplicationType<T> |
ApplicationType.removeAllEjbLocalRef()
Removes all
ejb-local-ref elements |
ApplicationType<T> |
ApplicationType.removeAllEjbRef()
Removes all
ejb-ref elements |
ApplicationType<T> |
ApplicationType.removeAllEnvEntry()
Removes all
env-entry elements |
ApplicationType<T> |
ApplicationType.removeAllIcon()
Removes all
icon elements |
ApplicationType<T> |
ApplicationType.removeAllMessageDestination()
Removes all
message-destination elements |
ApplicationType<T> |
ApplicationType.removeAllMessageDestinationRef()
Removes all
message-destination-ref elements |
ApplicationType<T> |
ApplicationType.removeAllModule()
Removes all
module elements |
ApplicationType<T> |
ApplicationType.removeAllPersistenceContextRef()
Removes all
persistence-context-ref elements |
ApplicationType<T> |
ApplicationType.removeAllPersistenceUnitRef()
Removes all
persistence-unit-ref elements |
ApplicationType<T> |
ApplicationType.removeAllResourceEnvRef()
Removes all
resource-env-ref elements |
ApplicationType<T> |
ApplicationType.removeAllResourceRef()
Removes all
resource-ref elements |
ApplicationType<T> |
ApplicationType.removeAllSecurityRole()
Removes all
security-role elements |
ApplicationType<T> |
ApplicationType.removeAllServiceRef()
Removes all
service-ref elements |
ApplicationType<T> |
ApplicationType.removeApplicationName()
Removes the
application-name element |
ApplicationType<T> |
ApplicationType.removeInitializeInOrder()
Removes the
initialize-in-order attribute |
ApplicationType<T> |
ApplicationType.removeLibraryDirectory()
Removes the
library-directory element |
ApplicationType<T> |
ApplicationType.removeVersion()
Removes the
version attribute |
ApplicationType<T> |
ApplicationType.version(String version)
Sets the
version attribute |
Modifier and Type | Method and Description |
---|---|
DataSourceType<ApplicationType<T>> |
ApplicationType.createDataSource()
Creates a new
data-source element |
EjbLocalRefType<ApplicationType<T>> |
ApplicationType.createEjbLocalRef()
Creates a new
ejb-local-ref element |
EjbRefType<ApplicationType<T>> |
ApplicationType.createEjbRef()
Creates a new
ejb-ref element |
EnvEntryType<ApplicationType<T>> |
ApplicationType.createEnvEntry()
Creates a new
env-entry element |
IconType<ApplicationType<T>> |
ApplicationType.createIcon()
Creates a new
icon element |
MessageDestinationType<ApplicationType<T>> |
ApplicationType.createMessageDestination()
Creates a new
message-destination element |
MessageDestinationRefType<ApplicationType<T>> |
ApplicationType.createMessageDestinationRef()
Creates a new
message-destination-ref element |
ModuleType<ApplicationType<T>> |
ApplicationType.createModule()
Creates a new
module element |
PersistenceContextRefType<ApplicationType<T>> |
ApplicationType.createPersistenceContextRef()
Creates a new
persistence-context-ref element |
PersistenceUnitRefType<ApplicationType<T>> |
ApplicationType.createPersistenceUnitRef()
Creates a new
persistence-unit-ref element |
ResourceEnvRefType<ApplicationType<T>> |
ApplicationType.createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceRefType<ApplicationType<T>> |
ApplicationType.createResourceRef()
Creates a new
resource-ref element |
SecurityRoleType<ApplicationType<T>> |
ApplicationType.createSecurityRole()
Creates a new
security-role element |
ServiceRefType<ApplicationType<T>> |
ApplicationType.createServiceRef()
Creates a new
service-ref element |
List<DataSourceType<ApplicationType<T>>> |
ApplicationType.getAllDataSource()
Returns all
data-source elements |
List<EjbLocalRefType<ApplicationType<T>>> |
ApplicationType.getAllEjbLocalRef()
Returns all
ejb-local-ref elements |
List<EjbRefType<ApplicationType<T>>> |
ApplicationType.getAllEjbRef()
Returns all
ejb-ref elements |
List<EnvEntryType<ApplicationType<T>>> |
ApplicationType.getAllEnvEntry()
Returns all
env-entry elements |
List<IconType<ApplicationType<T>>> |
ApplicationType.getAllIcon()
Returns all
icon elements |
List<MessageDestinationType<ApplicationType<T>>> |
ApplicationType.getAllMessageDestination()
Returns all
message-destination elements |
List<MessageDestinationRefType<ApplicationType<T>>> |
ApplicationType.getAllMessageDestinationRef()
Returns all
message-destination-ref elements |
List<ModuleType<ApplicationType<T>>> |
ApplicationType.getAllModule()
Returns all
module elements |
List<PersistenceContextRefType<ApplicationType<T>>> |
ApplicationType.getAllPersistenceContextRef()
Returns all
persistence-context-ref elements |
List<PersistenceUnitRefType<ApplicationType<T>>> |
ApplicationType.getAllPersistenceUnitRef()
Returns all
persistence-unit-ref elements |
List<ResourceEnvRefType<ApplicationType<T>>> |
ApplicationType.getAllResourceEnvRef()
Returns all
resource-env-ref elements |
List<ResourceRefType<ApplicationType<T>>> |
ApplicationType.getAllResourceRef()
Returns all
resource-ref elements |
List<SecurityRoleType<ApplicationType<T>>> |
ApplicationType.getAllSecurityRole()
Returns all
security-role elements |
List<ServiceRefType<ApplicationType<T>>> |
ApplicationType.getAllServiceRef()
Returns all
service-ref elements |
DataSourceType<ApplicationType<T>> |
ApplicationType.getOrCreateDataSource()
If not already created, a new
data-source element will be created and returned. |
EjbLocalRefType<ApplicationType<T>> |
ApplicationType.getOrCreateEjbLocalRef()
If not already created, a new
ejb-local-ref element will be created and returned. |
EjbRefType<ApplicationType<T>> |
ApplicationType.getOrCreateEjbRef()
If not already created, a new
ejb-ref element will be created and returned. |
EnvEntryType<ApplicationType<T>> |
ApplicationType.getOrCreateEnvEntry()
If not already created, a new
env-entry element will be created and returned. |
IconType<ApplicationType<T>> |
ApplicationType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
MessageDestinationType<ApplicationType<T>> |
ApplicationType.getOrCreateMessageDestination()
If not already created, a new
message-destination element will be created and returned. |
MessageDestinationRefType<ApplicationType<T>> |
ApplicationType.getOrCreateMessageDestinationRef()
If not already created, a new
message-destination-ref element will be created and returned. |
ModuleType<ApplicationType<T>> |
ApplicationType.getOrCreateModule()
If not already created, a new
module element will be created and returned. |
PersistenceContextRefType<ApplicationType<T>> |
ApplicationType.getOrCreatePersistenceContextRef()
If not already created, a new
persistence-context-ref element will be created and returned. |
PersistenceUnitRefType<ApplicationType<T>> |
ApplicationType.getOrCreatePersistenceUnitRef()
If not already created, a new
persistence-unit-ref element will be created and returned. |
ResourceEnvRefType<ApplicationType<T>> |
ApplicationType.getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
ResourceRefType<ApplicationType<T>> |
ApplicationType.getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
SecurityRoleType<ApplicationType<T>> |
ApplicationType.getOrCreateSecurityRole()
If not already created, a new
security-role element will be created and returned. |
ServiceRefType<ApplicationType<T>> |
ApplicationType.getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.