Uses of Class
com.sun.enterprise.module.impl.ModuleImpl
-
Packages that use ModuleImpl Package Description com.sun.enterprise.module.impl -
-
Uses of ModuleImpl in com.sun.enterprise.module.impl
Fields in com.sun.enterprise.module.impl declared as ModuleImpl Modifier and Type Field Description private ModuleImplModuleClassLoader. moduleFields in com.sun.enterprise.module.impl with type parameters of type ModuleImpl Modifier and Type Field Description private java.util.List<ModuleImpl>ModuleImpl. dependenciesMethods in com.sun.enterprise.module.impl that return ModuleImpl Modifier and Type Method Description ModuleImplModuleClassLoader. getOwner()ModuleImplModulesRegistryImpl. getProvidingModule(java.lang.String providerClassName)(package private) ModuleImplModulesRegistryImpl. newPrivateModuleFor(java.lang.String moduleName, java.lang.String version)Creates and return a new private module implementation giving a name and version constraints.Methods in com.sun.enterprise.module.impl with parameters of type ModuleImpl Modifier and Type Method Description static voidUtils. identifyCyclicDependency(ModuleImpl m, java.util.logging.Logger logger)voidModuleImpl. removeImport(ModuleImpl module)private static booleanUtils. traverseAndFind(Module toTraverse, ModuleImpl toFind, java.util.Vector<Module> traversed)Constructors in com.sun.enterprise.module.impl with parameters of type ModuleImpl Constructor Description ModuleClassLoader(ModuleImpl owner, java.net.URL[] shared, java.lang.ClassLoader parent)Creates a new instance of ClassLoader
-