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 TypeMethodDescriptionAClassLoader
instance suitable to load classes and resources in the context of the receiver.
-
Method Details
-
getClassLoader
ClassLoader getClassLoader()AClassLoader
instance suitable to load classes and resources in the context of the receiver.- Returns:
- A
ClassLoader
instance suitable to load classes and resources in the context of the receiver.
-