org.apache.maven.plugin.docck.reports
Class DocumentationReporter

java.lang.Object
  extended byorg.apache.maven.plugin.docck.reports.DocumentationReporter

public class DocumentationReporter
extends java.lang.Object

Author:
Edwin Punzalan

Constructor Summary
DocumentationReporter()
           
 
Method Summary
 void clear()
           
 void error(java.lang.String message)
           
 java.util.List getMessages()
           
 java.util.List getMessagesByType(int type)
           
 boolean hasErrors()
           
 void info(java.lang.String message)
           
 void warn(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentationReporter

public DocumentationReporter()
Method Detail

info

public void info(java.lang.String message)

warn

public void warn(java.lang.String message)

error

public void error(java.lang.String message)

getMessagesByType

public java.util.List getMessagesByType(int type)

getMessages

public java.util.List getMessages()

hasErrors

public boolean hasErrors()

clear

public void clear()


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.