public interface ClassLoaderLocator
ClassLoader
The primary use of this interface is in the JBoss Application Server,
which needs to inject a module class loader for custom login modules etc| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
get(List<String> modules)
Given a list of module names, return a
ClassLoader that combines all module loaders. |
ClassLoader |
get(String module)
Given a module name, return a
ClassLoader |
ClassLoader get(String module)
ClassLoadermodule - the name of the module for which we want a ClassLoader.ClassLoader.ClassLoader get(List<String> modules)
ClassLoader that combines all module loaders.modules - the set of modules for which we want a ClassLoader.ClassLoaderCopyright © 2018 JBoss by Red Hat. All rights reserved.