ch.sahits.codegen.java.wizards
Class HeadlessJavaGenerator
java.lang.Object
ch.sahits.codegen.java.wizards.HeadlessJavaGenerator
public final class HeadlessJavaGenerator
- extends java.lang.Object
Generator for generation of java classes through the generator in a
Headless manner.
For details of the use call ch.sahits.codegen.java.wizards.HeadlessJavaGenerator help
- Since:
- 2.1.0
- Author:
- Andi Hotz, Sahits GmbH
|
Method Summary |
static void |
main(java.lang.String[] args)
Main method initializing the the artifact generator |
void |
run(java.lang.String[] args)
Run the headless build |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeadlessJavaGenerator
public HeadlessJavaGenerator()
main
public static void main(java.lang.String[] args)
- Main method initializing the the artifact generator
- Parameters:
args - run(String[])
run
public void run(java.lang.String[] args)
throws java.io.FileNotFoundException,
java.io.IOException,
java.lang.ClassNotFoundException,
CoreException,
JDOMException
- Run the headless build
- Parameters:
args -
- Throws:
java.io.FileNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
CoreException
JDOMException