org.objectweb.jeremie.tools.jrmic
Class CompilerContext

java.lang.Object
  extended byorg.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.


Field Summary
static java.lang.String base_package
           
static java.lang.String classDir
           
static java.lang.String classPath
           
static boolean compile
           
static java.lang.String javaCompiler
           
static boolean keep
           
static java.lang.String rootDir
           
static java.lang.String srcDir
           
static boolean std
           
static boolean verbose
           
static java.lang.String version
           
 
Constructor Summary
CompilerContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CompilerContext

public CompilerContext()