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

java.lang.Object
  extended by org.apache.maven.plugin.docck.reports.AbstractDocumentationReport
      extended by org.apache.maven.plugin.docck.reports.InfoDocumentationReport
All Implemented Interfaces:
DocumentationReport

public class InfoDocumentationReport
extends AbstractDocumentationReport

Author:
Edwin Punzalan

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.docck.reports.DocumentationReport
TYPE_ERROR, TYPE_INFO, TYPE_WARN
 
Constructor Summary
InfoDocumentationReport(java.lang.String message)
           
 
Method Summary
 int getType()
           
 
Methods inherited from class org.apache.maven.plugin.docck.reports.AbstractDocumentationReport
getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoDocumentationReport

public InfoDocumentationReport(java.lang.String message)
Method Detail

getType

public int getType()


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.