| Package | Description |
|---|---|
| org.apache.commons.jci.compilers |
Interfaces and abstract classes for the compiler abstraction itself.
|
| Modifier and Type | Field and Description |
|---|---|
protected CompilationProblemHandler |
AbstractJavaCompiler.problemHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJavaCompiler.setCompilationProblemHandler(CompilationProblemHandler pHandler) |
void |
JavaCompiler.setCompilationProblemHandler(CompilationProblemHandler pHandler)
Set the the handler that gets the notification of an error
or warning as soon as this information is available from
the compiler.
|
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.