public interface JavaTool
Modifier and Type | Method and Description |
---|---|
boolean |
run(java.io.File[] sources,
java.lang.String[] options,
IncToolOptions incToolOptions,
Reporter reporter,
xsbti.Logger log)
Runs the tool such as javac or javadoc.
|
boolean run(java.io.File[] sources, java.lang.String[] options, IncToolOptions incToolOptions, Reporter reporter, xsbti.Logger log)
sources
- The list of java source files to compile.options
- The set of options to pass to the java compiler (includes the classpath).incToolOptions
- The set of options to pass to the java compiler for incremental compile purpose.reporter
- The reporter for semantic error messages.log
- The logger to dump output into.