Uses of Class
org.codehaus.plexus.compiler.CompilerMessage.Kind

Packages that use CompilerMessage.Kind
org.codehaus.plexus.compiler   
 

Uses of CompilerMessage.Kind in org.codehaus.plexus.compiler
 

Methods in org.codehaus.plexus.compiler that return CompilerMessage.Kind
 CompilerMessage.Kind CompilerMessage.getKind()
          Returns the kind of the compiler message.
static CompilerMessage.Kind CompilerMessage.Kind.valueOf(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.
 

Constructors in org.codehaus.plexus.compiler with parameters of type CompilerMessage.Kind
CompilerMessage(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.
 



Copyright © 2001-2012 Codehaus. All Rights Reserved.