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 |
---|---|
EnvEntryType<T> |
EnvEntryType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
EnvEntryType<T> |
EnvEntryType.envEntryName(String envEntryName)
Sets the
env-entry-name element |
EnvEntryType<T> |
EnvEntryType.envEntryType(String envEntryType)
Sets the
env-entry-type element |
EnvEntryType<T> |
EnvEntryType.envEntryValue(String envEntryValue)
Sets the
env-entry-value element |
EnvEntryType<T> |
EnvEntryType.id(String id)
Sets the
id attribute |
EnvEntryType<T> |
EnvEntryType.ignoreDependency()
Sets the
ignore-dependency element |
EnvEntryType<T> |
EnvEntryType.jndiName(String jndiName)
Sets the
jndi-name element |
EnvEntryType<T> |
EnvEntryType.mappedName(String mappedName)
Sets the
mapped-name element |
EnvEntryType<T> |
EnvEntryType.removeAllDescription()
Removes the
description element |
EnvEntryType<T> |
EnvEntryType.removeAllInjectionTarget()
Removes all
injection-target elements |
EnvEntryType<T> |
EnvEntryType.removeEnvEntryName()
Removes the
env-entry-name element |
EnvEntryType<T> |
EnvEntryType.removeEnvEntryType()
Removes the
env-entry-type element |
EnvEntryType<T> |
EnvEntryType.removeEnvEntryValue()
Removes the
env-entry-value element |
EnvEntryType<T> |
EnvEntryType.removeId()
Removes the
id attribute |
EnvEntryType<T> |
EnvEntryType.removeIgnoreDependency()
Removes the
ignore-dependency element |
EnvEntryType<T> |
EnvEntryType.removeJndiName()
Removes the
jndi-name element |
EnvEntryType<T> |
EnvEntryType.removeMappedName()
Removes the
mapped-name element |
Modifier and Type | Method and Description |
---|---|
InjectionTargetType<EnvEntryType<T>> |
EnvEntryType.createInjectionTarget()
Creates a new
injection-target element |
List<InjectionTargetType<EnvEntryType<T>>> |
EnvEntryType.getAllInjectionTarget()
Returns all
injection-target elements |
InjectionTargetType<EnvEntryType<T>> |
EnvEntryType.getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
EnvEntryType<JbossWebDescriptor> |
JbossWebDescriptor.createEnvEntry()
Creates a new
env-entry element |
EnvEntryType<JbossWebDescriptor> |
JbossWebDescriptor.getOrCreateEnvEntry()
If not already created, a new
env-entry element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<EnvEntryType<JbossWebDescriptor>> |
JbossWebDescriptor.getAllEnvEntry()
Returns all
env-entry elements |
Copyright © 2021 JBoss by Red Hat. All rights reserved.