Uses of Enum
org.codehaus.plexus.compiler.CompilerMessage.Kind
Packages that use CompilerMessage.Kind
-
Uses of CompilerMessage.Kind in org.codehaus.plexus.compiler
Methods in org.codehaus.plexus.compiler that return CompilerMessage.KindModifier 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.Constructors in org.codehaus.plexus.compiler with parameters of type CompilerMessage.KindModifierConstructorDescriptionCompilerMessage
(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.