|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Descriptor | |
|---|---|
| org.glassfish.deployment.common | |
| Uses of Descriptor in org.glassfish.deployment.common |
|---|
| Subclasses of Descriptor in org.glassfish.deployment.common | |
|---|---|
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...). |
| Methods in org.glassfish.deployment.common with type parameters of type Descriptor | ||
|---|---|---|
|
Descriptor.addDescriptorExtension(T dde)
Add a child descriptor to the parent descriptor as an extension. |
|
|
Descriptor.getDescriptorExtension(Class<T> c)
Get child descriptor extension for a given type. |
|
|
Descriptor.getDescriptorExtensions(Class<T> c)
Get all child descriptor extensions for a given type. |
|
| Methods in org.glassfish.deployment.common with parameters of type Descriptor | |
|---|---|
void |
DescriptorVisitor.accept(Descriptor descriptor)
visits a J2EE descriptor |
DescriptorVisitor |
DescriptorVisitor.getSubDescriptorVisitor(Descriptor subDescriptor)
get the visitor for its sub descriptor |
| Method parameters in org.glassfish.deployment.common with type arguments of type Descriptor | |
|---|---|
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. |
| Constructors in org.glassfish.deployment.common with parameters of type Descriptor | |
|---|---|
Descriptor(Descriptor other)
The copy constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||