Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ResourceEnvRefType<T> |
ResourceEnvRefType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ResourceEnvRefType<T> |
ResourceEnvRefType.ignoreDependency()
Sets the
ignore-dependency element |
ResourceEnvRefType<T> |
ResourceEnvRefType.jndiName(String jndiName)
Sets the
jndi-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.mappedName(String mappedName)
Sets the
mapped-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeAllDescription()
Removes the
description element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeAllInjectionTarget()
Removes all
injection-target elements |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeIgnoreDependency()
Removes the
ignore-dependency element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeJndiName()
Removes the
jndi-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeMappedName()
Removes the
mapped-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeResourceEnvRefName()
Removes the
resource-env-ref-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeResourceEnvRefType()
Removes the
resource-env-ref-type element |
ResourceEnvRefType<T> |
ResourceEnvRefType.resourceEnvRefName(String resourceEnvRefName)
Sets the
resource-env-ref-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.resourceEnvRefType(String resourceEnvRefType)
Sets the
resource-env-ref-type element |
Modifier and Type | Method and Description |
---|---|
InjectionTargetType<ResourceEnvRefType<T>> |
ResourceEnvRefType.createInjectionTarget()
Creates a new
injection-target element |
List<InjectionTargetType<ResourceEnvRefType<T>>> |
ResourceEnvRefType.getAllInjectionTarget()
Returns all
injection-target elements |
InjectionTargetType<ResourceEnvRefType<T>> |
ResourceEnvRefType.getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
ResourceEnvRefType<JbossWebDescriptor> |
JbossWebDescriptor.createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceEnvRefType<JbossWebType<T>> |
JbossWebType.createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceEnvRefType<JbossWebDescriptor> |
JbossWebDescriptor.getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
ResourceEnvRefType<JbossWebType<T>> |
JbossWebType.getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ResourceEnvRefType<JbossWebDescriptor>> |
JbossWebDescriptor.getAllResourceEnvRef()
Returns all
resource-env-ref elements |
List<ResourceEnvRefType<JbossWebType<T>>> |
JbossWebType.getAllResourceEnvRef()
Returns all
resource-env-ref elements |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.