public class CompilerContext extends Object
Jeremie
stub compiler
.Modifier and Type | Field and Description |
---|---|
static String |
base_package |
static String |
classDir |
static String |
classPath |
static boolean |
compile |
static String |
javaCompiler |
static boolean |
keep |
static String |
rootDir |
static String |
srcDir |
static boolean |
std |
static boolean |
verbose |
static String |
version |
Constructor and Description |
---|
CompilerContext() |
public static String version
public static boolean verbose
public static boolean keep
public static boolean compile
public static String javaCompiler
public static String classPath
public static String srcDir
public static String classDir
public static boolean std
public static String base_package
public static String rootDir