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 |
---|---|
EjbJarDescriptor |
EjbJarDescriptor.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
EjbJarDescriptor |
EjbJarDescriptor.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
EjbJarDescriptor |
EjbJarDescriptor.ejbClientJar(String ejbClientJar)
Sets the
ejb-client-jar element |
EjbJarDescriptor |
EjbJarDescriptor.id(String id)
Sets the
id attribute |
EjbJarDescriptor |
EjbJarDescriptor.metadataComplete(Boolean metadataComplete)
Sets the
metadata-complete attribute |
EjbJarDescriptor |
EjbJarDescriptor.removeAllDescription()
Removes the
description element |
EjbJarDescriptor |
EjbJarDescriptor.removeAllDisplayName()
Removes the
display-name element |
EjbJarDescriptor |
EjbJarDescriptor.removeAllIcon()
Removes all
icon elements |
EjbJarDescriptor |
EjbJarDescriptor.removeAssemblyDescriptor()
Removes the
assembly-descriptor element |
EjbJarDescriptor |
EjbJarDescriptor.removeEjbClientJar()
Removes the
ejb-client-jar element |
EjbJarDescriptor |
EjbJarDescriptor.removeEnterpriseBeans()
Removes the
enterprise-beans element |
EjbJarDescriptor |
EjbJarDescriptor.removeId()
Removes the
id attribute |
EjbJarDescriptor |
EjbJarDescriptor.removeInterceptors()
Removes the
interceptors element |
EjbJarDescriptor |
EjbJarDescriptor.removeMetadataComplete()
Removes the
metadata-complete attribute |
EjbJarDescriptor |
EjbJarDescriptor.removeRelationships()
Removes the
relationships element |
EjbJarDescriptor |
EjbJarDescriptor.removeVersion()
Removes the
version attribute |
EjbJarDescriptor |
EjbJarDescriptor.version(String version)
Sets the
version attribute |
Modifier and Type | Method and Description |
---|---|
IconType<EjbJarDescriptor> |
EjbJarDescriptor.createIcon()
Creates a new
icon element |
List<IconType<EjbJarDescriptor>> |
EjbJarDescriptor.getAllIcon()
Returns all
icon elements |
AssemblyDescriptorType<EjbJarDescriptor> |
EjbJarDescriptor.getOrCreateAssemblyDescriptor()
If not already created, a new
assembly-descriptor element with the given value will be created. |
EnterpriseBeansType<EjbJarDescriptor> |
EjbJarDescriptor.getOrCreateEnterpriseBeans()
If not already created, a new
enterprise-beans element with the given value will be created. |
IconType<EjbJarDescriptor> |
EjbJarDescriptor.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
InterceptorsType<EjbJarDescriptor> |
EjbJarDescriptor.getOrCreateInterceptors()
If not already created, a new
interceptors element with the given value will be created. |
RelationshipsType<EjbJarDescriptor> |
EjbJarDescriptor.getOrCreateRelationships()
If not already created, a new
relationships element with the given value will be created. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.