Class Main

java.lang.Object
eu.bandm.tools.lablog.base.Main

public class Main extends Object
  • Field Details

  • Constructor Details

    • Main

      public Main()
  • Method Details

    • collectIssueFile

      protected void collectIssueFile(File file)
      Process one single input text file, extract all Issue and DocMat definitions and store these (plus all error messages) to the global lists.
    • nonstatic_main

      public void nonstatic_main(String[] args)
      Main procedure to generate the output file.
      args[0] = root directories in which all directly or indirectly contained lablog files shall be processed.
      args[1] = file name into which to write the generated html rendering
    • main

      public static void main(String[] args)