Class IncludeFileFinder


  • public class IncludeFileFinder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addPath​(java.lang.String path)  
      void addPaths​(java.lang.String paths)  
      java.io.File openFile​(java.lang.String filename)  
      org.antlr.runtime.ANTLRFileStream openFileAsAntlrStream​(java.lang.String filename)  
      java.io.BufferedReader openFileAsReader​(java.lang.String filename)  
      java.io.InputStream openFileAsStream​(java.lang.String filename)  
      • Methods inherited from class java.lang.Object

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

      • IncludeFileFinder

        public IncludeFileFinder()
    • Method Detail

      • addPath

        public void addPath​(java.lang.String path)
      • addPaths

        public void addPaths​(java.lang.String paths)
      • openFile

        public java.io.File openFile​(java.lang.String filename)
      • openFileAsStream

        public java.io.InputStream openFileAsStream​(java.lang.String filename)
      • openFileAsReader

        public java.io.BufferedReader openFileAsReader​(java.lang.String filename)
      • openFileAsAntlrStream

        public org.antlr.runtime.ANTLRFileStream openFileAsAntlrStream​(java.lang.String filename)