Uses of Enum
org.codehaus.plexus.compiler.CompilerMessage.Kind
Packages that use CompilerMessage.Kind
-
Uses of CompilerMessage.Kind in org.codehaus.plexus.compiler
Fields in org.codehaus.plexus.compiler declared as CompilerMessage.KindModifier and TypeFieldDescriptionprivate final CompilerMessage.KindCompilerMessage.kindThe kind of message.Methods in org.codehaus.plexus.compiler that return CompilerMessage.KindModifier and TypeMethodDescriptionCompilerMessage.getKind()Returns the kind of the compiler message.static CompilerMessage.KindReturns 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. -
Uses of CompilerMessage.Kind in org.codehaus.plexus.compiler.javac
Methods in org.codehaus.plexus.compiler.javac that return CompilerMessage.KindModifier and TypeMethodDescriptionprivate CompilerMessage.KindJavaxToolsCompiler.convertKind(Diagnostic<? extends JavaFileObject> diagnostic)