Class SimpleClassResolver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class resolveClass​(java.lang.String clsnm)
      Resolves the class of the specified name.
      • Methods inherited from class java.lang.Object

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

      • SimpleClassResolver

        public SimpleClassResolver()
    • Method Detail

      • resolveClass

        public java.lang.Class resolveClass​(java.lang.String clsnm)
                                     throws java.lang.ClassNotFoundException
        Description copied from interface: ClassResolver
        Resolves the class of the specified name.
        Specified by:
        resolveClass in interface ClassResolver
        Throws:
        java.lang.ClassNotFoundException - if the class is not found.