org.apache.maven
Class ContentNotice

java.lang.Object
  extended byorg.apache.maven.ContentNotice

public class ContentNotice
extends Object

Version:
$Id: ContentNotice.java 170200 2005-05-15 06:24:19Z brett $
Author:
Ben Walding

Field Summary
static String ERROR
           
static String INFO
           
static String WARN
           
 
Constructor Summary
ContentNotice(String level, String section, String message)
           
 
Method Summary
 String getLevel()
           
 String getMessage()
           
 String getSection()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INFO

public static final String INFO
See Also:
Constant Field Values

WARN

public static final String WARN
See Also:
Constant Field Values

ERROR

public static final String ERROR
See Also:
Constant Field Values
Constructor Detail

ContentNotice

public ContentNotice(String level,
                     String section,
                     String message)
Method Detail

getMessage

public String getMessage()
Returns:
String

getSection

public String getSection()
Returns:
String

getLevel

public String getLevel()
Returns:
String

toString

public String toString()


Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.