Uses of Class
org.glassfish.deployment.common.Descriptor
-
Packages that use Descriptor Package Description org.glassfish.deployment.common -
-
Uses of Descriptor in org.glassfish.deployment.common
Subclasses of Descriptor in org.glassfish.deployment.common Modifier and Type Class Description classModuleDescriptor<T extends RootDeploymentDescriptor>This class describes a module information for an applicaiton moduleclassRootDeploymentDescriptorThis 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 Modifier and Type Method Description <T extends Descriptor>
voidDescriptor. addDescriptorExtension(T dde)Add a child descriptor to the parent descriptor as an extension.<T extends Descriptor>
TDescriptor. 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 Modifier and Type Method Description voidDescriptorVisitor. accept(Descriptor descriptor)visits a J2EE descriptorDescriptorVisitorDescriptorVisitor. getSubDescriptorVisitor(Descriptor subDescriptor)get the visitor for its sub descriptorMethod parameters in org.glassfish.deployment.common with type arguments of type Descriptor Modifier and Type Method Description static StringDescriptor. 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 Constructor Description Descriptor(Descriptor other)The copy constructor.
-