Uses of Class
com.sun.enterprise.module.ModuleMetadata
-
Packages that use ModuleMetadata Package Description com.sun.enterprise.module com.sun.enterprise.module.common_impl com.sun.enterprise.module.impl com.sun.enterprise.module.single -
-
Uses of ModuleMetadata in com.sun.enterprise.module
Methods in com.sun.enterprise.module that return ModuleMetadata Modifier and Type Method Description ModuleMetadata
Module. getMetadata()
Gets the metadata of this module.ModuleMetadata
ModuleDefinition. getMetadata()
Gets the metadata that describes various components and services in this module. -
Uses of ModuleMetadata in com.sun.enterprise.module.common_impl
Fields in com.sun.enterprise.module.common_impl declared as ModuleMetadata Modifier and Type Field Description private ModuleMetadata
DefaultModuleDefinition. metadata
Metadata that works like index.Methods in com.sun.enterprise.module.common_impl that return ModuleMetadata Modifier and Type Method Description ModuleMetadata
DefaultModuleDefinition. getMetadata()
Methods in com.sun.enterprise.module.common_impl with parameters of type ModuleMetadata Modifier and Type Method Description void
Jar.Archive. loadMetadata(ModuleMetadata result)
void
Jar.Directory. loadMetadata(ModuleMetadata result)
abstract void
Jar. loadMetadata(ModuleMetadata result)
Loads all META-INF/habitats entries and store them to the list. -
Uses of ModuleMetadata in com.sun.enterprise.module.impl
Methods in com.sun.enterprise.module.impl that return ModuleMetadata Modifier and Type Method Description ModuleMetadata
ModuleImpl. getMetadata()
Gets the metadata of this module. -
Uses of ModuleMetadata in com.sun.enterprise.module.single
Methods in com.sun.enterprise.module.single that return ModuleMetadata Modifier and Type Method Description ModuleMetadata
ProxyModule. getMetadata()
ModuleMetadata
ProxyModuleDefinition. getMetadata()
Methods in com.sun.enterprise.module.single with parameters of type ModuleMetadata Modifier and Type Method Description protected java.util.jar.Manifest
ProxyModuleDefinition. generate(ModuleMetadata metadata)
-