org.codehaus.plexus.compiler.eclipse
Class EclipseJavaCompiler

java.lang.Object
  extended by AbstractCompiler
      extended by org.codehaus.plexus.compiler.eclipse.EclipseJavaCompiler

public class EclipseJavaCompiler
extends AbstractCompiler


Constructor Summary
EclipseJavaCompiler()
           
 
Method Summary
 java.util.List compile(CompilerConfiguration config)
           
 java.lang.String[] createCommandLine(CompilerConfiguration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseJavaCompiler

public EclipseJavaCompiler()
Method Detail

compile

public java.util.List compile(CompilerConfiguration config)
                       throws CompilerException
Throws:
CompilerException

createCommandLine

public java.lang.String[] createCommandLine(CompilerConfiguration config)
                                     throws CompilerException
Throws:
CompilerException