Interface IClassLoaderSupport

  • All Known Subinterfaces:
    IClassLoaderAccess

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.