xsbti.compile
Interface JavaCompiler


public interface JavaCompiler

Interface to a Java compiler.


Method Summary
 void compileWithReporter(java.io.File[] sources, java.io.File[] classpath, Output output, java.lang.String[] options, Reporter reporter, xsbti.Logger log)
          Compiles java sources using the provided classpath, output directory and additional options.
 

Method Detail

compileWithReporter

void compileWithReporter(java.io.File[] sources,
                         java.io.File[] classpath,
                         Output output,
                         java.lang.String[] options,
                         Reporter reporter,
                         xsbti.Logger log)
Compiles java sources using the provided classpath, output directory and additional options. Output should be sent to the provided logger. Failures should be passed to the provided Reporter.