Package minitex

Class InsParser

java.lang.Object
minitex.InsParser

public class InsParser extends Object
This class contains a parser to analyse ins files.
  • Constructor Details

    • InsParser

      public InsParser()
      This is the constructor for InsParser.
  • Method Details

    • parse

      public List<String> parse(String dir, Reader reader) throws IOException
      This method parses the ins file.
      Parameters:
      dir - the directory
      reader - the reader for more characters
      Returns:
      the list of files
      Throws:
      IOException - in case of an I/O error