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 ModuleImpl
ModuleClassLoader. module
Fields in com.sun.enterprise.module.impl with type parameters of type ModuleImpl Modifier and Type Field Description private java.util.List<ModuleImpl>
ModuleImpl. dependencies
Methods in com.sun.enterprise.module.impl that return ModuleImpl Modifier and Type Method Description ModuleImpl
ModuleClassLoader. getOwner()
ModuleImpl
ModulesRegistryImpl. getProvidingModule(java.lang.String providerClassName)
(package private) ModuleImpl
ModulesRegistryImpl. 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 void
Utils. identifyCyclicDependency(ModuleImpl m, java.util.logging.Logger logger)
void
ModuleImpl. removeImport(ModuleImpl module)
private static boolean
Utils. 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
-