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

java.lang.Object
  extended byorg.apache.maven.plugin.docck.reports.AbstractDocumentationReport
All Implemented Interfaces:
DocumentationReport
Direct Known Subclasses:
ErrorDocumentationReport, InfoDocumentationReport, WarningDocumentationReport

public abstract class AbstractDocumentationReport
extends java.lang.Object
implements DocumentationReport

Author:
Edwin Punzalan

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

Constructor Detail

AbstractDocumentationReport

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

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface DocumentationReport


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