Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaee7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.impl.javaee7 |
Provides the implementation classes 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.id(String id)
Sets the
id attribute |
ResourceEnvRefType<T> |
ResourceEnvRefType.lookupName(String lookupName)
Sets the
lookup-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.removeId()
Removes the
id attribute |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeLookupName()
Removes the
lookup-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<T> |
ResourceEnvRefTypeImpl.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.id(String id)
Sets the
id attribute |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.lookupName(String lookupName)
Sets the
lookup-name element |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.mappedName(String mappedName)
Sets the
mapped-name element |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.removeAllDescription()
Removes the
description element |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.removeAllInjectionTarget()
Removes all
injection-target elements |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.removeId()
Removes the
id attribute |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.removeLookupName()
Removes the
lookup-name element |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.removeMappedName()
Removes the
mapped-name element |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.removeResourceEnvRefName()
Removes the
resource-env-ref-name element |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.removeResourceEnvRefType()
Removes the
resource-env-ref-type element |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.resourceEnvRefName(String resourceEnvRefName)
Sets the
resource-env-ref-name element |
ResourceEnvRefType<T> |
ResourceEnvRefTypeImpl.resourceEnvRefType(String resourceEnvRefType)
Sets the
resource-env-ref-type element |
Modifier and Type | Method and Description |
---|---|
InjectionTargetType<ResourceEnvRefType<T>> |
ResourceEnvRefTypeImpl.createInjectionTarget()
Creates a new
injection-target element |
List<InjectionTargetType<ResourceEnvRefType<T>>> |
ResourceEnvRefTypeImpl.getAllInjectionTarget()
Returns all
injection-target elements |
InjectionTargetType<ResourceEnvRefType<T>> |
ResourceEnvRefTypeImpl.getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.