org.objectweb.jeremie.tools.jrmic
Class CompilerContext
java.lang.Object
org.objectweb.jeremie.tools.jrmic.CompilerContext
- public class CompilerContext
- extends 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 String version
verbose
public static boolean verbose
keep
public static boolean keep
compile
public static boolean compile
javaCompiler
public static String javaCompiler
classPath
public static String classPath
srcDir
public static String srcDir
classDir
public static String classDir
std
public static boolean std
base_package
public static String base_package
rootDir
public static String rootDir
CompilerContext
public CompilerContext()