Package | Description |
---|---|
org.codehaus.plexus.compiler | |
org.codehaus.plexus.compiler.javac |
Modifier and Type | Field and Description |
---|---|
private CompilerMessage.Kind |
CompilerMessage.kind
The kind of message.
|
Modifier and Type | Method and 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 and 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 and Description |
---|---|
static CompilerMessage.Kind |
JavaxToolsCompiler.convertKind(javax.tools.Diagnostic<? extends javax.tools.JavaFileObject> diagnostic) |