de.intarsys.tools.reflect
Interface IClassLoaderAccess
- All Superinterfaces:
- IClassLoaderSupport
public interface IClassLoaderAccess
- extends IClassLoaderSupport
An interface indicating support for complete access (get and set) to a
ClassLoader
.
Method Summary |
void |
setClassLoader(java.lang.ClassLoader classLoader)
Assign the class loader suitable for use in the context of the generic
receiver object. |
setClassLoader
void setClassLoader(java.lang.ClassLoader classLoader)
- Assign the class loader suitable for use in the context of the generic
receiver object.
- Parameters:
classLoader
- The class loader to be used.