org.objectweb.jonas_ws.wsgen.generator
Class Generator.Config

java.lang.Object
  extended byorg.objectweb.jonas_ws.wsgen.generator.Generator.Config
Enclosing class:
Generator

public static class Generator.Config
extends java.lang.Object

Configuration object storing generation params.


Field Summary
 java.lang.String classpath
          classpath
 boolean debug
          debug mode
 boolean error
          configuration error
 boolean help
          help requested ?
 java.lang.String inputname
          file input name
 java.util.Vector javac_opts
          Javac options
 java.lang.String javaHomeBin
          Bin directory for JDK
 boolean keepGenerated
          keep alrady generated files
 java.lang.String nameJavac
          Javac executable name
 boolean noConfig
          no config needed
 java.io.File out
          output directory
static int PACKED
          packed mode
 boolean parseWithValidation
          validating parser ?
 int saveMode
          save mode (PACKED/UNPACKED)
static int UNPACKED
          unpacked mode
 boolean verbose
          verbose mode
 
Constructor Summary
Generator.Config()
          Creates a new Config.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PACKED

public static final int PACKED
packed mode

See Also:
Constant Field Values

UNPACKED

public static final int UNPACKED
unpacked mode

See Also:
Constant Field Values

nameJavac

public java.lang.String nameJavac
Javac executable name


javac_opts

public java.util.Vector javac_opts
Javac options


javaHomeBin

public java.lang.String javaHomeBin
Bin directory for JDK


noConfig

public boolean noConfig
no config needed


verbose

public boolean verbose
verbose mode


debug

public boolean debug
debug mode


classpath

public java.lang.String classpath
classpath


out

public java.io.File out
output directory


keepGenerated

public boolean keepGenerated
keep alrady generated files


parseWithValidation

public boolean parseWithValidation
validating parser ?


error

public boolean error
configuration error


inputname

public java.lang.String inputname
file input name


help

public boolean help
help requested ?


saveMode

public int saveMode
save mode (PACKED/UNPACKED)

Constructor Detail

Generator.Config

public Generator.Config()
Creates a new Config. Automatically setup javaHomeBin property. And create classpath from classloader.