de.ispsoft.jaxme.generator
Class Main

java.lang.Object
  extended byde.ispsoft.jaxme.generator.Main

public class Main
extends java.lang.Object

A command line interface for the JaxMe source generator.

Author:
Jochen Wiedmann

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void Usage()
          Prints the Usage message and exits with error status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

Usage

public static void Usage()

Prints the Usage message and exits with error status.


main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args - the command line arguments
Throws:
java.lang.Exception