org.apache.commons.jci.compilers
Class AbstractJavaCompiler

java.lang.Object
  extended byorg.apache.commons.jci.compilers.AbstractJavaCompiler
All Implemented Interfaces:
JavaCompiler
Direct Known Subclasses:
EclipseJavaCompiler, GroovyJavaCompiler, JaninoJavaCompiler

public abstract class AbstractJavaCompiler
extends java.lang.Object
implements JavaCompiler


Field Summary
protected  CompilationProblemHandler problemHandler
           
 
Constructor Summary
AbstractJavaCompiler()
           
 
Method Summary
 void setCompilationProblemHandler(CompilationProblemHandler pHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.jci.compilers.JavaCompiler
compile
 

Field Detail

problemHandler

protected CompilationProblemHandler problemHandler
Constructor Detail

AbstractJavaCompiler

public AbstractJavaCompiler()
Method Detail

setCompilationProblemHandler

public void setCompilationProblemHandler(CompilationProblemHandler pHandler)
Specified by:
setCompilationProblemHandler in interface JavaCompiler


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.