com.opensymphony.webwork.util.classloader.compilers.eclipse
Class EclipseJavaCompiler

java.lang.Object
  extended by com.opensymphony.webwork.util.classloader.compilers.eclipse.EclipseJavaCompiler
All Implemented Interfaces:
JavaCompiler

public final class EclipseJavaCompiler
extends Object
implements JavaCompiler


Constructor Summary
EclipseJavaCompiler()
           
EclipseJavaCompiler(EclipseJavaCompilerSettings pSettings)
           
 
Method Summary
 void compile(String[] pClazzNames, ResourceReader pReader, ResourceStore pStore, CompilationProblemHandler pProblemHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseJavaCompiler

public EclipseJavaCompiler()

EclipseJavaCompiler

public EclipseJavaCompiler(EclipseJavaCompilerSettings pSettings)
Method Detail

compile

public void compile(String[] pClazzNames,
                    ResourceReader pReader,
                    ResourceStore pStore,
                    CompilationProblemHandler pProblemHandler)
Specified by:
compile in interface JavaCompiler

WebWork Project Page