Uses of Enum
org.codehaus.plexus.compiler.CompilerMessage.Kind
-
Uses of CompilerMessage.Kind in org.codehaus.plexus.compiler
Modifier and TypeMethodDescriptionCompilerMessage.getKind()
Returns the kind of the compiler message.static CompilerMessage.Kind
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.ModifierConstructorDescriptionCompilerMessage
(String message, CompilerMessage.Kind kind) Constructs a compiler message.CompilerMessage
(String file, CompilerMessage.Kind kind, int startline, int startcolumn, int endline, int endcolumn, String message) Constructs a compiler message.