Package | Description |
---|---|
org.eclipse.jdt.core.compiler.batch |
This package contains the batch compiler API.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
BatchCompiler.compile(String[] commandLineArguments,
PrintWriter outWriter,
PrintWriter errWriter,
CompilationProgress progress)
Invokes the Eclipse Compiler for Java with the given command line arguments, using the given writers
to print messages, and reporting progress to the given compilation progress.
|
static boolean |
BatchCompiler.compile(String commandLine,
PrintWriter outWriter,
PrintWriter errWriter,
CompilationProgress progress)
Invokes the Eclipse Compiler for Java with the given command line arguments, using the given writers
to print messages, and reporting progress to the given compilation progress.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.