Package de.intarsys.tools.reflect
Interface IClassLoaderSupport
-
- All Known Subinterfaces:
IClassLoaderAccess
public interface IClassLoaderSupport
An interface indicating support for getting aClassLoader
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ClassLoader
getClassLoader()
AClassLoader
instance suitable to load classes and resources in the context of the receiver.
-