Class ClassPath.AbstractPathEntry

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AbstractPathEntry()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract ClassPath.ClassFile getClassFile​(java.lang.String name, java.lang.String suffix)  
      (package private) abstract java.net.URL getResource​(java.lang.String name)  
      (package private) abstract java.io.InputStream getResourceAsStream​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.io.Closeable

        close
    • Constructor Detail

      • AbstractPathEntry

        private AbstractPathEntry()
    • Method Detail

      • getClassFile

        abstract ClassPath.ClassFile getClassFile​(java.lang.String name,
                                                  java.lang.String suffix)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • getResource

        abstract java.net.URL getResource​(java.lang.String name)
      • getResourceAsStream

        abstract java.io.InputStream getResourceAsStream​(java.lang.String name)