| Package | Description |
|---|---|
| org.glassfish.deployment.common |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleDescriptor<T extends RootDeploymentDescriptor>
This class describes a module information for an applicaiton module
|
class |
RootDeploymentDescriptor
This descriptor contains all common information amongst root element
of the J2EE Deployment Descriptors (application, ejb-jar, web-app,
connector...).
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Descriptor> |
Descriptor.addDescriptorExtension(T dde)
Add a child descriptor to the parent descriptor as an extension.
|
<T extends Descriptor> |
Descriptor.getDescriptorExtension(Class<T> c)
Get child descriptor extension for a given type.
|
<T extends Descriptor> |
Descriptor.getDescriptorExtensions(Class<T> c)
Get all child descriptor extensions for a given type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescriptorVisitor.accept(Descriptor descriptor)
visits a J2EE descriptor
|
DescriptorVisitor |
DescriptorVisitor.getSubDescriptorVisitor(Descriptor subDescriptor)
get the visitor for its sub descriptor
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Descriptor.createUniqueNameAmongstNamedDescriptors(String trialName,
Set<? extends Descriptor> descriptors)
Returns String based on the trial name that is guaramteed to be different
from any of the strings returnsed by the getName() call in any of the Descriptor objects in the Set supplied.
|
| Constructor and Description |
|---|
Descriptor(Descriptor other)
The copy constructor.
|
Copyright © 2015. All rights reserved.