Interface IClassLoaderSupport

All Known Subinterfaces:
IClassLoaderAccess

public interface IClassLoaderSupport
An interface indicating support for getting a ClassLoader.
  • Method Summary

    Modifier and Type
    Method
    Description
    A ClassLoader instance suitable to load classes and resources in the context of the receiver.
  • Method Details

    • getClassLoader

      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.