org.objectweb.jeremie.tools.jrmic
Class CompilerContext
java.lang.Object
org.objectweb.jeremie.tools.jrmic.CompilerContext
- public class CompilerContext
- extends java.lang.Object
This is a container class containing information relevant to a run
of the Jeremie
stub compiler
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
version
public static java.lang.String version
verbose
public static boolean verbose
keep
public static boolean keep
compile
public static boolean compile
javaCompiler
public static java.lang.String javaCompiler
classPath
public static java.lang.String classPath
srcDir
public static java.lang.String srcDir
classDir
public static java.lang.String classDir
std
public static boolean std
base_package
public static java.lang.String base_package
rootDir
public static java.lang.String rootDir
CompilerContext
public CompilerContext()