Package | Description |
---|---|
com.sun.enterprise.module.impl |
Modifier and Type | Field and Description |
---|---|
private ModuleImpl |
ModuleClassLoader.module |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ModuleImpl> |
ModuleImpl.dependencies |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Constructor and Description |
---|
ModuleClassLoader(ModuleImpl owner,
java.net.URL[] shared,
java.lang.ClassLoader parent)
Creates a new instance of ClassLoader
|