Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Class
java.lang.ClassLoader
Packages that use ClassLoader
Provides classes that are fundamental to the design of the Java programming language.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Methods in java.lang that return ClassLoader
Returns the class loader for the class.
ClassLoader.getParent()
Returns the parent class loader for delegation.
Returns the platform class loader.
ClassLoader.getSystemClassLoader()
Returns the system class loader.
Returns the ClassLoader for this module.
ModuleLayer.findLoader(String name)
Returns the ClassLoader for the module with the given name.
Returns the context ClassLoader for this thread.
Methods in java.lang with parameters of type ClassLoader
static Class<?>
Class.forName(String name, boolean initialize, ClassLoader loader)
Returns the Class object associated with the class or interface with the given string name, using the given class loader.
Creates a new module layer, with this layer as its parent, by defining the modules in the given Configuration to the Java virtual machine.
ModuleLayer.defineModulesWithManyLoaders(Configuration cf, List<ModuleLayer> parentLayers, ClassLoader parentLoader)
Creates a new module layer by defining the modules in the given Configuration to the Java virtual machine.
Creates a new module layer, with this layer as its parent, by defining the modules in the given Configuration to the Java virtual machine.
ModuleLayer.defineModulesWithOneLoader(Configuration cf, List<ModuleLayer> parentLayers, ClassLoader parentLoader)
Creates a new module layer by defining the modules in the given Configuration to the Java virtual machine.
void
Sets the context ClassLoader for this Thread.
Method parameters in java.lang with type arguments of type ClassLoader
Creates a new module layer, with this layer as its parent, by defining the modules in the given Configuration to the Java virtual machine.
Creates a new module layer by defining the modules in the given Configuration to the Java virtual machine.
Constructors in java.lang with parameters of type ClassLoader
protected
Creates a new class loader using the specified parent class loader for delegation.
protected
Creates a new class loader of the specified name and using the specified parent class loader for delegation.
Methods in java.util with parameters of type ClassLoader
static final void
ResourceBundle.clearCache(ClassLoader loader)
Removes all resource bundles from the cache that have been loaded by the given class loader.
ResourceBundle.getBundle(String baseName, Locale locale, ClassLoader loader)
Gets a resource bundle using the specified base name, locale, and class loader.
ResourceBundle.getBundle(String baseName, Locale targetLocale, ClassLoader loader, ResourceBundle.Control control)
Returns a resource bundle using the specified base name, target locale, class loader and control.
boolean
ResourceBundle.Control.needsReload(String baseName, Locale locale, String format, ClassLoader loader, ResourceBundle bundle, long loadTime)
Determines if the expired bundle in the cache needs to be reloaded based on the loading time given by loadTime or some other criteria.
ResourceBundle.Control.newBundle(String baseName, Locale locale, String format, ClassLoader loader, boolean reload)
Instantiates a resource bundle for the given bundle name of the given format and locale, using the given class loader if necessary.
static <S> ServiceLoader<S>
ServiceLoader.load(Class<S> service, ClassLoader loader)
Creates a new service loader for the given service.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz