ch.sahits.codegen.java.wizards
Class HeadlessJavaGenerator

java.lang.Object
  extended by 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

Constructor Summary
HeadlessJavaGenerator()
           
 
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
 

Constructor Detail

HeadlessJavaGenerator

public HeadlessJavaGenerator()
Method Detail

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