Package org.exolab.castor.builder
Class SourceGeneratorMain
- java.lang.Object
-
- org.exolab.castor.builder.SourceGeneratorMain
-
public final class SourceGeneratorMain extends java.lang.Object
Main line method for command-line invokation of the source generation tool. Because this class exists only to provide a main(String[]) for command-line use, all methods are static.- Version:
- $Revision: 0000 $ $Date: $
- Author:
- Keith Visco - Main author., Arnaud Blandin - Contributions., Nathan Green - Contributions., Edward Kuns - Cut out of SourceGenerator.java
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Parses the command line, converting everything into the proper form for the source generation main class, then invokes source generation.
-