de.intarsys.tools.reflect
Interface IClassLoaderSupport

All Known Subinterfaces:
IClassLoaderAccess

public interface IClassLoaderSupport

An interface indicating support for getting a ClassLoader.


Method Summary
 java.lang.ClassLoader getClassLoader()
          A ClassLoader instance suitable to load classes and resources in the context of the receiver.
 

Method Detail

getClassLoader

java.lang.ClassLoader getClassLoader()
A ClassLoader 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.