org.apache.commons.jci.compilers.eclipse
Class EclipseJavaCompiler

java.lang.Object
  extended byorg.apache.commons.jci.compilers.AbstractJavaCompiler
      extended byorg.apache.commons.jci.compilers.eclipse.EclipseJavaCompiler
All Implemented Interfaces:
JavaCompiler

public final class EclipseJavaCompiler
extends AbstractJavaCompiler


Field Summary
 
Fields inherited from class org.apache.commons.jci.compilers.AbstractJavaCompiler
problemHandler
 
Constructor Summary
EclipseJavaCompiler()
           
EclipseJavaCompiler(EclipseJavaCompilerSettings pSettings)
           
 
Method Summary
 CompilationResult compile(java.lang.String[] pClazzNames, ResourceReader pReader, ResourceStore pStore)
           
 
Methods inherited from class org.apache.commons.jci.compilers.AbstractJavaCompiler
setCompilationProblemHandler
 
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 CompilationResult compile(java.lang.String[] pClazzNames,
                                 ResourceReader pReader,
                                 ResourceStore pStore)


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