Class ClasspathTypeLoader

  • All Implemented Interfaces:
    ITypeLoader

    public final class ClasspathTypeLoader
    extends java.lang.Object
    implements ITypeLoader
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.ClassLoader _loader  
      private static java.util.logging.Logger LOG  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean tryLoadType​(java.lang.String internalName, Buffer buffer)  
      • Methods inherited from class java.lang.Object

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

      • LOG

        private static final java.util.logging.Logger LOG
      • _loader

        private final java.lang.ClassLoader _loader
    • Constructor Detail

      • ClasspathTypeLoader

        public ClasspathTypeLoader()
    • Method Detail

      • tryLoadType

        public boolean tryLoadType​(java.lang.String internalName,
                                   Buffer buffer)
        Specified by:
        tryLoadType in interface ITypeLoader