Uses of Class
org.glassfish.deployment.common.Descriptor
Packages that use Descriptor
-
Uses of Descriptor in org.glassfish.deployment.common
Subclasses of Descriptor in org.glassfish.deployment.commonModifier and TypeClassDescriptionclassModuleDescriptor<T extends RootDeploymentDescriptor>This class describes a module information for an applicaiton moduleclassThis 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 DescriptorModifier and TypeMethodDescription<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 that return types with arguments of type DescriptorMethods in org.glassfish.deployment.common with parameters of type DescriptorModifier and TypeMethodDescriptionvoidDescriptorVisitor.accept(Descriptor descriptor) visits a J2EE descriptorDescriptorVisitor.getSubDescriptorVisitor(Descriptor subDescriptor) get the visitor for its sub descriptorMethod parameters in org.glassfish.deployment.common with type arguments of type DescriptorModifier and TypeMethodDescriptionstatic 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