Package de.intarsys.tools.reflect
Interface IClassLoaderSupport
- All Known Subinterfaces:
IClassLoaderAccess
public interface IClassLoaderSupport
An interface indicating support for getting a
ClassLoader.-
Method Summary
Modifier and TypeMethodDescriptionAClassLoaderinstance suitable to load classes and resources in the context of the receiver.
-
Method Details
-
getClassLoader
ClassLoader getClassLoader()AClassLoaderinstance suitable to load classes and resources in the context of the receiver.- Returns:
- A
ClassLoaderinstance suitable to load classes and resources in the context of the receiver.
-