Class JavaPackageLoader

  • All Implemented Interfaces:
    com.arthenica.smartexception.PackageLoader

    public class JavaPackageLoader
    extends java.lang.Object
    implements com.arthenica.smartexception.PackageLoader
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Package getPackage​(java.lang.ClassLoader classLoader, java.lang.String className)  
      • Methods inherited from class java.lang.Object

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

      • JavaPackageLoader

        public JavaPackageLoader()
    • Method Detail

      • getPackage

        public java.lang.Package getPackage​(java.lang.ClassLoader classLoader,
                                            java.lang.String className)
        Specified by:
        getPackage in interface com.arthenica.smartexception.PackageLoader