org.jostraca.process
Class InternalJavaCompiler

java.lang.Object
  extended byorg.jostraca.process.TemplateHandlerSupport
      extended byorg.jostraca.process.GenericCompiler
          extended byorg.jostraca.process.JavaCompiler
              extended byorg.jostraca.process.InternalJavaCompiler
All Implemented Interfaces:
Constants, TemplateHandler

public class InternalJavaCompiler
extends JavaCompiler

Processing class for compiling Java classes inside the Jostraca process.


Field Summary
static java.lang.String COMPILE_METHOD
           
static java.lang.String COMPILER_CLASS
           
 
Fields inherited from class org.jostraca.process.TemplateHandlerSupport
iUserMessageHandler
 
Fields inherited from interface org.jostraca.Constants
ARG_ControlPrefix, BUILDNUMBER, CONF_cmdline, CONF_lang, CONF_local, CONF_override, CONF_system, CONF_template, FILE_EXT_conf, FILE_EXT_Writer, FILE_NAME_system_conf, FOLDER_conf, MAJOR_VERSION, MINOR_VERSION, RELEASE_ALTNAME, RELEASE_NAME, VERSION_NUMBER, VERSION_STATUS
 
Constructor Summary
InternalJavaCompiler()
           
 
Method Summary
protected  boolean canCompile()
           
protected  void compileAsFirst(java.util.List pTemplateList)
          JavaCompilers must be stateless and reentrant
 
Methods inherited from class org.jostraca.process.JavaCompiler
makeCompileList, makeExecutablePath
 
Methods inherited from class org.jostraca.process.GenericCompiler
compileRequired, completeImpl, processImpl, resolveBagName
 
Methods inherited from class org.jostraca.process.TemplateHandlerSupport
complete, process, setUserMessageHandler, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPILER_CLASS

public static final java.lang.String COMPILER_CLASS
See Also:
Constant Field Values

COMPILE_METHOD

public static final java.lang.String COMPILE_METHOD
See Also:
Constant Field Values
Constructor Detail

InternalJavaCompiler

public InternalJavaCompiler()
Method Detail

canCompile

protected boolean canCompile()

compileAsFirst

protected void compileAsFirst(java.util.List pTemplateList)
Description copied from class: JavaCompiler
JavaCompilers must be stateless and reentrant

Overrides:
compileAsFirst in class JavaCompiler


Copyright © 2000-2002 Richard Rodger