Interface Parser<T>

    • Method Detail

      • getResults

        Collection<T> getResults()
        Returns:
        the results of the parse.
      • parse

        void parse​(File f)
            throws IOException
        Parse a File
        Parameters:
        f - file
        Throws:
        IOException - if there is a problem while manipulating the file
      • parse

        void parse​(String filename)
            throws IOException
        Parse a file identified by its path.
        Parameters:
        filename - Absolute path to the file
        Throws:
        IOException - if there is a problem while manipulating the file