Class FileFinder


  • public class FileFinder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.File[] path  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileFinder​(java.io.File[] path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream find​(java.lang.String name)  
      private java.io.InputStream findIn​(java.io.File file, java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • path

        private java.io.File[] path
    • Constructor Detail

      • FileFinder

        public FileFinder​(java.io.File[] path)
    • Method Detail

      • find

        public java.io.InputStream find​(java.lang.String name)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • findIn

        private java.io.InputStream findIn​(java.io.File file,
                                           java.lang.String name)
                                    throws java.io.IOException
        Throws:
        java.io.IOException