| Package | Description |
|---|---|
| org.codehaus.plexus.compiler | |
| org.codehaus.plexus.compiler.javac |
| Modifier and Type | Method | Description |
|---|---|---|
CompilerMessage.Kind |
CompilerMessage.getKind() |
Returns the kind of the compiler message.
|
static CompilerMessage.Kind |
CompilerMessage.Kind.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CompilerMessage.Kind[] |
CompilerMessage.Kind.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
CompilerMessage(java.lang.String message,
CompilerMessage.Kind kind) |
Constructs a compiler message.
|
CompilerMessage(java.lang.String file,
CompilerMessage.Kind kind,
int startline,
int startcolumn,
int endline,
int endcolumn,
java.lang.String message) |
Constructs a compiler message.
|
| Modifier and Type | Method | Description |
|---|---|---|
static CompilerMessage.Kind |
JavaxToolsCompiler.convertKind(javax.tools.Diagnostic<? extends javax.tools.JavaFileObject> diagnostic) |
Copyright © 2018. All rights reserved.