com.tyenki.tree
Class Main

java.lang.Object
  extended by com.tyenki.tree.Main

public class Main
extends Object

A convenience class to invoke the tree builder from the command line.

Version:
8 January 2009
Author:
Christophe Lauret

Method Summary
static void main(String[] args)
          Invokes the tree generator using the specified configuration for the given XML document.
static void usage(PrintStream w, String message)
          Displays the usage of this class on the specified print stream.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Invokes the tree generator using the specified configuration for the given XML document.

Parameters:
args - The command-line parameters.
Throws:
Exception

usage

public static void usage(PrintStream w,
                         String message)
Displays the usage of this class on the specified print stream.

Parameters:
w - Where to write the usage
message - Any message (optional)