|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EjbJarDescriptor | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 | Provides the interfaces and enumeration types as defined in the schema |
Uses of EjbJarDescriptor in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return EjbJarDescriptor | |
---|---|
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.moduleName(String moduleName)
Sets the module-name element |
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.removeModuleName()
Removes the module-name element |
EjbJarDescriptor |
EjbJarDescriptor.removeRelationships()
Removes the relationships element |
EjbJarDescriptor |
EjbJarDescriptor.removeVersion()
Removes the version attribute |
EjbJarDescriptor |
EjbJarDescriptor.version(String version)
Sets the version attribute |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type EjbJarDescriptor | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |