Uses of Class
org.glassfish.deployment.common.ModuleDescriptor
-
-
Uses of ModuleDescriptor in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return ModuleDescriptor Modifier and Type Method Description ModuleDescriptor<BundleDescriptor>Application. getModuleDescriptorByUri(String uri)Lookup module by uri.Methods in com.sun.enterprise.deployment that return types with arguments of type ModuleDescriptor Modifier and Type Method Description Collection<ModuleDescriptor<BundleDescriptor>>Application. getModuleDescriptorsByType(ArchiveType type)Lookup module by uri.Set<ModuleDescriptor<BundleDescriptor>>Application. getModules()Obtain a full set of module descriptorsMethods in com.sun.enterprise.deployment with parameters of type ModuleDescriptor Modifier and Type Method Description voidApplication. addModule(ModuleDescriptor<BundleDescriptor> descriptor)static ApplicationApplication. createVirtualApplication(String name, ModuleDescriptor<BundleDescriptor> newModule)Creates a new application to hold a standalone modulevoidApplication. removeModule(ModuleDescriptor<BundleDescriptor> descriptor) -
Uses of ModuleDescriptor in com.sun.enterprise.deployment.archivist
Methods in com.sun.enterprise.deployment.archivist that return ModuleDescriptor Modifier and Type Method Description ModuleDescriptorArchivist. createModuleDescriptor(T descriptor)creates a new module descriptor for this archivistMethods in com.sun.enterprise.deployment.archivist with parameters of type ModuleDescriptor Modifier and Type Method Description voidArchivist. setModuleDescriptor(ModuleDescriptor<T> module)Archivists can be associated with a module descriptor once the XML deployment descriptors have been read and the DOL tree is initialized.Method parameters in com.sun.enterprise.deployment.archivist with type arguments of type ModuleDescriptor Modifier and Type Method Description static booleanEARBasedPersistenceHelper. isComponentJar(String jarName, Set<ModuleDescriptor<BundleDescriptor>> moduleDescriptors) -
Uses of ModuleDescriptor in com.sun.enterprise.deployment.node
Methods in com.sun.enterprise.deployment.node with parameters of type ModuleDescriptor Modifier and Type Method Description NodeModuleNode. writeDescriptor(Node parent, String nodeName, ModuleDescriptor descriptor)write the descriptor class to a DOM tree and return it -
Uses of ModuleDescriptor in com.sun.enterprise.deployment.util
Methods in com.sun.enterprise.deployment.util with parameters of type ModuleDescriptor Modifier and Type Method Description static voidDOLUtils. setExtensionArchivistForSubArchivist(org.glassfish.hk2.api.ServiceLocator habitat, ReadableArchive archive, ModuleDescriptor md, Application app, Archivist subArchivist)Sets the class for processing an archive on a subarchive -
Uses of ModuleDescriptor in org.glassfish.appclient.common
Methods in org.glassfish.appclient.common with parameters of type ModuleDescriptor Modifier and Type Method Description static StringUtil. getMainClassNameForAppClient(ModuleDescriptor moduleDescr)Returns the main class name for the app client represented by the module descriptor. -
Uses of ModuleDescriptor in org.glassfish.deployment.common
Fields in org.glassfish.deployment.common declared as ModuleDescriptor Modifier and Type Field Description protected ModuleDescriptorRootDeploymentDescriptor. moduleDescriptorcontains the information for this module (like it's module name)Methods in org.glassfish.deployment.common that return ModuleDescriptor Modifier and Type Method Description ModuleDescriptorRootDeploymentDescriptor. getModuleDescriptor()Methods in org.glassfish.deployment.common with parameters of type ModuleDescriptor Modifier and Type Method Description voidRootDeploymentDescriptor. setModuleDescriptor(ModuleDescriptor descriptor)Sets the module descriptor for this bundle
-