|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.application6 | Provides the interfaces and enumeration types as defined in the schema application_6.xsd |
org.jboss.shrinkwrap.descriptor.impl.application6 | Provides the implementation classes as defined in the schema application_6.xsd |
Uses of ApplicationType in org.jboss.shrinkwrap.descriptor.api.application6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return ApplicationType | |
---|---|
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.removeApplicationName()
Removes the application-name element |
ApplicationType<T> |
ApplicationType.removeLibraryDirectory()
Removes the library-directory element |
ApplicationType<T> |
ApplicationType.removeVersion()
Removes the version attribute |
ApplicationType<T> |
ApplicationType.setApplicationName(java.lang.String applicationName)
If not already created, a new application-name element with the given value will be created. |
ApplicationType<T> |
ApplicationType.setDescription(java.lang.String description)
Creates a new description element |
ApplicationType<T> |
ApplicationType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ApplicationType<T> |
ApplicationType.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
ApplicationType<T> |
ApplicationType.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
ApplicationType<T> |
ApplicationType.setInitializeInOrder(GenericBooleanType initializeInOrder)
If not already created, a new initialize-in-order element with the given value will be created. |
ApplicationType<T> |
ApplicationType.setInitializeInOrder(java.lang.String initializeInOrder)
If not already created, a new initialize-in-order element with the given value will be created. |
ApplicationType<T> |
ApplicationType.setLibraryDirectory(java.lang.String libraryDirectory)
If not already created, a new library-directory element with the given value will be created. |
ApplicationType<T> |
ApplicationType.setVersion(java.lang.String version)
Sets the version attribute |
Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type ApplicationType | |
---|---|
DataSourceType<ApplicationType<T>> |
ApplicationType.dataSource()
Returns the data-source element |
EjbLocalRefType<ApplicationType<T>> |
ApplicationType.ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<ApplicationType<T>> |
ApplicationType.ejbRef()
Returns the ejb-ref element |
EnvEntryType<ApplicationType<T>> |
ApplicationType.envEntry()
Returns the env-entry element |
java.util.List<DataSourceType<ApplicationType<T>>> |
ApplicationType.getDataSourceList()
Returns all data-source elements |
java.util.List<EjbLocalRefType<ApplicationType<T>>> |
ApplicationType.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbRefType<ApplicationType<T>>> |
ApplicationType.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EnvEntryType<ApplicationType<T>>> |
ApplicationType.getEnvEntryList()
Returns all env-entry elements |
java.util.List<IconType<ApplicationType<T>>> |
ApplicationType.getIconList()
Returns all icon elements |
java.util.List<MessageDestinationType<ApplicationType<T>>> |
ApplicationType.getMessageDestinationList()
Returns all message-destination elements |
java.util.List<MessageDestinationRefType<ApplicationType<T>>> |
ApplicationType.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<ModuleType<ApplicationType<T>>> |
ApplicationType.getModuleList()
Returns all module elements |
java.util.List<PersistenceContextRefType<ApplicationType<T>>> |
ApplicationType.getPersistenceContextRefList()
Returns all persistence-context-ref elements |
java.util.List<PersistenceUnitRefType<ApplicationType<T>>> |
ApplicationType.getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
java.util.List<ResourceEnvRefType<ApplicationType<T>>> |
ApplicationType.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceRefType<ApplicationType<T>>> |
ApplicationType.getResourceRefList()
Returns all resource-ref elements |
java.util.List<SecurityRoleType<ApplicationType<T>>> |
ApplicationType.getSecurityRoleList()
Returns all security-role elements |
IconType<ApplicationType<T>> |
ApplicationType.icon()
Returns the icon element |
MessageDestinationType<ApplicationType<T>> |
ApplicationType.messageDestination()
Returns the message-destination element |
MessageDestinationRefType<ApplicationType<T>> |
ApplicationType.messageDestinationRef()
Returns the message-destination-ref element |
ModuleType<ApplicationType<T>> |
ApplicationType.module()
Returns the module element |
PersistenceContextRefType<ApplicationType<T>> |
ApplicationType.persistenceContextRef()
Returns the persistence-context-ref element |
PersistenceUnitRefType<ApplicationType<T>> |
ApplicationType.persistenceUnitRef()
Returns the persistence-unit-ref element |
ResourceEnvRefType<ApplicationType<T>> |
ApplicationType.resourceEnvRef()
Returns the resource-env-ref element |
ResourceRefType<ApplicationType<T>> |
ApplicationType.resourceRef()
Returns the resource-ref element |
SecurityRoleType<ApplicationType<T>> |
ApplicationType.securityRole()
Returns the security-role element |
Uses of ApplicationType in org.jboss.shrinkwrap.descriptor.impl.application6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return ApplicationType | |
---|---|
ApplicationType<T> |
ApplicationTypeImpl.removeAllDataSource()
Removes all data-source elements |
ApplicationType<T> |
ApplicationTypeImpl.removeAllDescription()
Removes the description element |
ApplicationType<T> |
ApplicationTypeImpl.removeAllDisplayName()
Removes the display-name element |
ApplicationType<T> |
ApplicationTypeImpl.removeAllEjbLocalRef()
Removes all ejb-local-ref elements |
ApplicationType<T> |
ApplicationTypeImpl.removeAllEjbRef()
Removes all ejb-ref elements |
ApplicationType<T> |
ApplicationTypeImpl.removeAllEnvEntry()
Removes all env-entry elements |
ApplicationType<T> |
ApplicationTypeImpl.removeAllIcon()
Removes all icon elements |
ApplicationType<T> |
ApplicationTypeImpl.removeAllMessageDestination()
Removes all message-destination elements |
ApplicationType<T> |
ApplicationTypeImpl.removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
ApplicationType<T> |
ApplicationTypeImpl.removeAllModule()
Removes all module elements |
ApplicationType<T> |
ApplicationTypeImpl.removeAllPersistenceContextRef()
Removes all persistence-context-ref elements |
ApplicationType<T> |
ApplicationTypeImpl.removeAllPersistenceUnitRef()
Removes all persistence-unit-ref elements |
ApplicationType<T> |
ApplicationTypeImpl.removeAllResourceEnvRef()
Removes all resource-env-ref elements |
ApplicationType<T> |
ApplicationTypeImpl.removeAllResourceRef()
Removes all resource-ref elements |
ApplicationType<T> |
ApplicationTypeImpl.removeAllSecurityRole()
Removes all security-role elements |
ApplicationType<T> |
ApplicationTypeImpl.removeApplicationName()
Removes the application-name element |
ApplicationType<T> |
ApplicationTypeImpl.removeLibraryDirectory()
Removes the library-directory element |
ApplicationType<T> |
ApplicationTypeImpl.removeVersion()
Removes the version attribute |
ApplicationType<T> |
ApplicationTypeImpl.setApplicationName(java.lang.String applicationName)
If not already created, a new application-name element with the given value will be created. |
ApplicationType<T> |
ApplicationTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
ApplicationType<T> |
ApplicationTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ApplicationType<T> |
ApplicationTypeImpl.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
ApplicationType<T> |
ApplicationTypeImpl.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
ApplicationType<T> |
ApplicationTypeImpl.setInitializeInOrder(GenericBooleanType initializeInOrder)
If not already created, a new initialize-in-order element with the given value will be created. |
ApplicationType<T> |
ApplicationTypeImpl.setInitializeInOrder(java.lang.String initializeInOrder)
If not already created, a new initialize-in-order element with the given value will be created. |
ApplicationType<T> |
ApplicationTypeImpl.setLibraryDirectory(java.lang.String libraryDirectory)
If not already created, a new library-directory element with the given value will be created. |
ApplicationType<T> |
ApplicationTypeImpl.setVersion(java.lang.String version)
Sets the version attribute |
Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return types with arguments of type ApplicationType | |
---|---|
DataSourceType<ApplicationType<T>> |
ApplicationTypeImpl.dataSource()
Returns the data-source element |
EjbLocalRefType<ApplicationType<T>> |
ApplicationTypeImpl.ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<ApplicationType<T>> |
ApplicationTypeImpl.ejbRef()
Returns the ejb-ref element |
EnvEntryType<ApplicationType<T>> |
ApplicationTypeImpl.envEntry()
Returns the env-entry element |
java.util.List<DataSourceType<ApplicationType<T>>> |
ApplicationTypeImpl.getDataSourceList()
Returns all data-source elements |
java.util.List<EjbLocalRefType<ApplicationType<T>>> |
ApplicationTypeImpl.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbRefType<ApplicationType<T>>> |
ApplicationTypeImpl.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EnvEntryType<ApplicationType<T>>> |
ApplicationTypeImpl.getEnvEntryList()
Returns all env-entry elements |
java.util.List<IconType<ApplicationType<T>>> |
ApplicationTypeImpl.getIconList()
Returns all icon elements |
java.util.List<MessageDestinationType<ApplicationType<T>>> |
ApplicationTypeImpl.getMessageDestinationList()
Returns all message-destination elements |
java.util.List<MessageDestinationRefType<ApplicationType<T>>> |
ApplicationTypeImpl.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<ModuleType<ApplicationType<T>>> |
ApplicationTypeImpl.getModuleList()
Returns all module elements |
java.util.List<PersistenceContextRefType<ApplicationType<T>>> |
ApplicationTypeImpl.getPersistenceContextRefList()
Returns all persistence-context-ref elements |
java.util.List<PersistenceUnitRefType<ApplicationType<T>>> |
ApplicationTypeImpl.getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
java.util.List<ResourceEnvRefType<ApplicationType<T>>> |
ApplicationTypeImpl.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceRefType<ApplicationType<T>>> |
ApplicationTypeImpl.getResourceRefList()
Returns all resource-ref elements |
java.util.List<SecurityRoleType<ApplicationType<T>>> |
ApplicationTypeImpl.getSecurityRoleList()
Returns all security-role elements |
IconType<ApplicationType<T>> |
ApplicationTypeImpl.icon()
Returns the icon element |
MessageDestinationType<ApplicationType<T>> |
ApplicationTypeImpl.messageDestination()
Returns the message-destination element |
MessageDestinationRefType<ApplicationType<T>> |
ApplicationTypeImpl.messageDestinationRef()
Returns the message-destination-ref element |
ModuleType<ApplicationType<T>> |
ApplicationTypeImpl.module()
Returns the module element |
PersistenceContextRefType<ApplicationType<T>> |
ApplicationTypeImpl.persistenceContextRef()
Returns the persistence-context-ref element |
PersistenceUnitRefType<ApplicationType<T>> |
ApplicationTypeImpl.persistenceUnitRef()
Returns the persistence-unit-ref element |
ResourceEnvRefType<ApplicationType<T>> |
ApplicationTypeImpl.resourceEnvRef()
Returns the resource-env-ref element |
ResourceRefType<ApplicationType<T>> |
ApplicationTypeImpl.resourceRef()
Returns the resource-ref element |
SecurityRoleType<ApplicationType<T>> |
ApplicationTypeImpl.securityRole()
Returns the security-role element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |