Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
EjbJarType<T> |
EjbJarType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
EjbJarType<T> |
EjbJarType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
EjbJarType<T> |
EjbJarType.ejbClientJar(String ejbClientJar)
Sets the
ejb-client-jar element |
EjbJarType<T> |
EjbJarType.metadataComplete(Boolean metadataComplete)
Sets the
metadata-complete attribute |
EjbJarType<T> |
EjbJarType.removeAllDescription()
Removes the
description element |
EjbJarType<T> |
EjbJarType.removeAllDisplayName()
Removes the
display-name element |
EjbJarType<T> |
EjbJarType.removeAllIcon()
Removes all
icon elements |
EjbJarType<T> |
EjbJarType.removeAssemblyDescriptor()
Removes the
assembly-descriptor element |
EjbJarType<T> |
EjbJarType.removeEjbClientJar()
Removes the
ejb-client-jar element |
EjbJarType<T> |
EjbJarType.removeEnterpriseBeans()
Removes the
enterprise-beans element |
EjbJarType<T> |
EjbJarType.removeInterceptors()
Removes the
interceptors element |
EjbJarType<T> |
EjbJarType.removeMetadataComplete()
Removes the
metadata-complete attribute |
EjbJarType<T> |
EjbJarType.removeRelationships()
Removes the
relationships element |
EjbJarType<T> |
EjbJarType.removeVersion()
Removes the
version attribute |
EjbJarType<T> |
EjbJarType.version(String version)
Sets the
version attribute |
Modifier and Type | Method and Description |
---|---|
IconType<EjbJarType<T>> |
EjbJarType.createIcon()
Creates a new
icon element |
List<IconType<EjbJarType<T>>> |
EjbJarType.getAllIcon()
Returns all
icon elements |
AssemblyDescriptorType<EjbJarType<T>> |
EjbJarType.getOrCreateAssemblyDescriptor()
If not already created, a new
assembly-descriptor element with the given value will be created. |
EnterpriseBeansType<EjbJarType<T>> |
EjbJarType.getOrCreateEnterpriseBeans()
If not already created, a new
enterprise-beans element with the given value will be created. |
IconType<EjbJarType<T>> |
EjbJarType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
InterceptorsType<EjbJarType<T>> |
EjbJarType.getOrCreateInterceptors()
If not already created, a new
interceptors element with the given value will be created. |
RelationshipsType<EjbJarType<T>> |
EjbJarType.getOrCreateRelationships()
If not already created, a new
relationships element with the given value will be created. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.