Uses of Class
org.glassfish.deployment.common.Descriptor

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
<T extends Descriptor>
void
Descriptor.addDescriptorExtension(T dde)
          Add a child descriptor to the parent descriptor as an extension.
<T extends Descriptor>
T
Descriptor.getDescriptorExtension(Class<T> c)
          Get child descriptor extension for a given type.
<T extends Descriptor>
List<T>
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.
 



Copyright © 2012. All Rights Reserved.