Package de.intarsys.tools.reflect
Interface IClassLoaderAccess
- All Superinterfaces:
IClassLoaderSupport
An interface indicating support for complete access (get and set) to a
ClassLoader
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setClassLoader
(ClassLoader classLoader) Assign the class loader suitable for use in the context of the generic receiver object.Methods inherited from interface de.intarsys.tools.reflect.IClassLoaderSupport
getClassLoader
-
Method Details
-
setClassLoader
Assign the class loader suitable for use in the context of the generic receiver object.- Parameters:
classLoader
- The class loader to be used.
-