Class FileResourceProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.File file  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileResourceProvider​(java.io.File file)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream openStream​(io.mola.galimatias.URL ignore)  
      • Methods inherited from class java.lang.Object

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

      • file

        private final java.io.File file
    • Constructor Detail

      • FileResourceProvider

        public FileResourceProvider​(java.io.File file)
    • Method Detail

      • openStream

        public java.io.InputStream openStream​(io.mola.galimatias.URL ignore)
                                       throws java.io.FileNotFoundException
        Specified by:
        openStream in interface GenericResourceProvider
        Throws:
        java.io.FileNotFoundException