org.objectweb.jeremie.tools.jrmic

Class CompilerContext


public class CompilerContext
extends Object

This is a container class containing information relevant to a run of the Jeremie stub compiler.

Field Summary

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 Summary

CompilerContext()

Field Details

base_package

public static String base_package


classDir

public static String classDir


classPath

public static String classPath


compile

public static boolean compile


javaCompiler

public static String javaCompiler


keep

public static boolean keep


rootDir

public static String rootDir


srcDir

public static String srcDir


std

public static boolean std


verbose

public static boolean verbose


version

public static String version

Constructor Details

CompilerContext

public CompilerContext()