Class Tool

java.lang.Object
eu.bandm.tools.tdom.cli.Tool

class Tool extends Object
Entry point for TypedDOMGenerator, which supports command line options.

A more primitive entry point is in TypedDOMGenerator.main(String[]), which is needed for bootstrapping. This class needs the compiler from eu.bandm.tools.option and the html rendering process from HtmlRenderer.

ATTENTION FIXME the options "--nocompress", "--commoncontentclass" and "--paisley" are currently not yet supported by TypedDOMGenerator.

  • Field Details

    • options

      protected static Options options
  • Method Details

    • main

      public static void main(String[] args)