| Package | Description |
|---|---|
| org.eclipse.jdt.core.compiler.batch |
This package contains the batch compiler API.
|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.batch | |
| org.eclipse.jdt.internal.compiler.tool |
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
CompilationProgress |
Compiler.progress |
| Constructor and Description |
|---|
Compiler(INameEnvironment environment,
IErrorHandlingPolicy policy,
CompilerOptions options,
ICompilerRequestor requestor,
IProblemFactory problemFactory,
PrintWriter out,
CompilationProgress progress) |
| Modifier and Type | Field and Description |
|---|---|
CompilationProgress |
Main.progress |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Main.compile(String[] commandLineArguments,
PrintWriter outWriter,
PrintWriter errWriter,
CompilationProgress progress) |
protected void |
Main.initialize(PrintWriter outWriter,
PrintWriter errWriter,
boolean systemExit,
Map customDefaultOptions,
CompilationProgress compilationProgress) |
| Constructor and Description |
|---|
Main(PrintWriter outWriter,
PrintWriter errWriter,
boolean systemExitWhenFinished,
Map customDefaultOptions,
CompilationProgress compilationProgress) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EclipseCompilerImpl.initialize(PrintWriter outWriter,
PrintWriter errWriter,
boolean systemExit,
Map customDefaultOptions,
CompilationProgress compilationProgress) |
Copyright © 2013. All rights reserved.