Class MyClassLoaderClassLoaderSource

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.ClassLoader getClassLoader()
      Gets the classloader provided by this object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MyClassLoaderClassLoaderSource

        public MyClassLoaderClassLoaderSource()
    • Method Detail

      • getClassLoader

        public java.lang.ClassLoader getClassLoader()
        Description copied from interface: ClassLoaderSource
        Gets the classloader provided by this object.
        Specified by:
        getClassLoader in interface ClassLoaderSource
        Returns:
        the classloader, or null if none is available