com.opensymphony.webwork.util.classloader.compilers.eclipse
Class EclipseJavaCompiler
java.lang.Object
com.opensymphony.webwork.util.classloader.compilers.eclipse.EclipseJavaCompiler
- All Implemented Interfaces:
- JavaCompiler
public final class EclipseJavaCompiler
- extends Object
- implements JavaCompiler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EclipseJavaCompiler
public EclipseJavaCompiler()
EclipseJavaCompiler
public EclipseJavaCompiler(EclipseJavaCompilerSettings pSettings)
compile
public void compile(String[] pClazzNames,
ResourceReader pReader,
ResourceStore pStore,
CompilationProblemHandler pProblemHandler)
- Specified by:
compile
in interface JavaCompiler