GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type java.lang.ClassLoader | |
Class> | Returns the proxy Class for the given ClassLoader and array
of interfaces, dynamically generating it if necessary.
|
Object | Combines several methods into one. |
Classes derived from java.lang.ClassLoader | |
class | A secure class loader that can load classes and resources from
multiple locations. |
Constructors with parameter type java.lang.ClassLoader | |
Creates a URLClassLoader that gets classes from the supplied
URL s.
| |
Creates a URLClassLoader that gets classes from the supplied URLs.
|
Methods with parameter type java.lang.ClassLoader | |
URLClassLoader | Creates a new instance of a URLClassLoader that gets
classes from the supplied URL s and with the supplied
loader as parent class loader.
|
Methods with parameter type java.lang.ClassLoader | |
Finds service providers that are implementing the specified
Service Provider Interface.
|
Constructors with parameter type java.lang.ClassLoader | |
Initializes a new instance of DataFlavor with the
specified MIME type and description. |
Methods with parameter type java.lang.ClassLoader | |
Class> | This method attempts to load the named class. |
Constructors with parameter type java.lang.ClassLoader | |
Creates a XMLDecoder instance that parses the XML data of the given input stream.
|
Methods with parameter type java.lang.ClassLoader | |
Object | Creates a bean.
|
Object | Creates a bean.
|
Object | Beans.instantiate(ClassLoader cl, String beanName, BeanContext beanContext, AppletInitializer initializer) Instantiates a bean according to Beans 1.0.
|
Constructors with parameter type java.lang.ClassLoader | |
Create a new ClassLoader with the specified parent. |
Methods with parameter type java.lang.ClassLoader | |
Class> | Use the specified classloader to load and link a class. |
void | Sets the context classloader for this Thread. |
Methods with return type java.lang.ClassLoader | |
ClassLoader | Find the ClassLoader of the first non-system class on the execution
stack. |
ClassLoader | Get the ClassLoader that loaded this class. |
ClassLoader | Returns the context classloader of this Thread. |
ClassLoader | Returns the parent of this classloader. |
ClassLoader | Returns the system classloader. |
Methods with parameter type java.lang.ClassLoader | |
Class<T> |
Attempts to load the given class using class loaders
supplied by the repository of each MBeanServer .
|
Methods with return type java.lang.ClassLoader | |
ClassLoader | Returns the specified class loader. |
ClassLoader | Returns the class loader of the specified management bean. |
Classes derived from java.lang.ClassLoader | |
class | A Secure Class Loader for loading classes with additional
support for specifying code source and permissions when
they are retrieved by the system policy handler.
|
Constructors with parameter type java.lang.ClassLoader | |
ProtectionDomain.ProtectionDomain(CodeSource codesource, PermissionCollection permissions, ClassLoader classloader, Principal[] principals) This method initializes a new instance of ProtectionDomain
given its CodeSource , granted permissions, associated
ClassLoader and Principal s.
| |
Methods with return type java.lang.ClassLoader | |
ClassLoader | Returns the ClassLoader of this domain.
|
Methods with parameter type java.lang.ClassLoader | |
Class<T> | Load the class. |
Class<T> |
Methods with parameter type java.lang.ClassLoader | |
Object | |
Object | |
Class> | |
Class> | |
Class> | |
Class> |
Methods with return type java.lang.ClassLoader | |
ClassLoader | Gets a classloader for the given codebase and with the current
context classloader as parent.
|
ClassLoader |
Methods with parameter type java.lang.ClassLoader | |
Creates a new service loader for the given service,
using the specified class loader. | |
ResourceBundle | Get the appropriate ResourceBundle for the given locale. |
Methods with parameter type java.lang.ClassLoader | |
Class> |
Attempts to load the given class using class loaders
supplied by the list, stopping when the specified
loader is reached. |
Class> |
Attempts to load the given class using class loaders
supplied by the list, excluding the one specified.
|
Methods with parameter type java.lang.ClassLoader | |
Class<T>[] | Get all the classes loaded by a given class loader
|
byte[] | ClassFileTransformer.transform(ClassLoader loader, String className, Class> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) Implementation of this method transforms a class by redefining its
bytecodes. |
Methods with parameter type java.lang.ClassLoader | |
XMLInputFactory | Creates a new factory instance.
|
XMLInputFactory | Creates a new input factory.
|
Methods with parameter type java.lang.ClassLoader | |
Class | Returns the ComponentUI class that renders a component. |
void | Establishes the default bindings of type to classname.
|
GNU Classpath (0.95) |