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

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

public abstract class AbstractDocumentationReport
extends 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(String message)
           
 
Method Summary
 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(String message)
Method Detail

getMessage

public String getMessage()
Specified by:
getMessage in interface DocumentationReport


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