Enhydra 5.1 API

org.enhydra.tool.codegen
Class Main

java.lang.Object
  |
  +--org.enhydra.tool.codegen.Main

public class Main
extends java.lang.Object


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Invoke CodeGen and process command line parameters.
 
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

main

public static void main(java.lang.String[] args)
Invoke CodeGen and process command line parameters. No arguments will default to opening the Swing based wizard. Basic command line options: Invoke generator with options -help Show command line options for specified genertator. -help Show basic command line options -config [] Recreate the codegen.properties file with default generators and the specified enhydra home setting. -debug Turn the debug flag on. -verbose Turn the verbose flag on. Generator specific help will also display if required options are missing or invalid values are passed.


Enhydra 5.1 API