Class RootClassLoadingStrategy

  • All Implemented Interfaces:
    ClassLoadingStrategy

    public class RootClassLoadingStrategy
    extends java.lang.Object
    implements ClassLoadingStrategy

    This class loading strategy just uses the class current class loader to load a class from a fully qualified name.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> classForName​(java.lang.String className)  
      java.lang.ClassLoader getClassLoader()  
      • Methods inherited from class java.lang.Object

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

      • RootClassLoadingStrategy

        public RootClassLoadingStrategy()
    • Method Detail

      • classForName

        public java.lang.Class<?> classForName​(java.lang.String className)
                                        throws java.lang.ClassNotFoundException
        Specified by:
        classForName in interface ClassLoadingStrategy
        Throws:
        java.lang.ClassNotFoundException