Class Clazzpath.Resource

  • Enclosing class:
    Clazzpath

    private abstract static class Clazzpath.Resource
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String fileName  
      java.lang.String forJava  
      java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      Resource​(java.lang.String pFileName)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract java.io.InputStream getInputStream()  
      • Methods inherited from class java.lang.Object

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

      • fileName

        public final java.lang.String fileName
      • forJava

        public final java.lang.String forJava
      • name

        public final java.lang.String name
    • Constructor Detail

      • Resource

        Resource​(java.lang.String pFileName)
    • Method Detail

      • getInputStream

        abstract java.io.InputStream getInputStream()
                                             throws java.io.IOException
        Throws:
        java.io.IOException