org.apache.maven.plugin.docck.reports
Interface DocumentationReport

All Known Implementing Classes:
AbstractDocumentationReport, ErrorDocumentationReport, InfoDocumentationReport, WarningDocumentationReport

public interface DocumentationReport

Author:
Edwin Punzalan

Field Summary
static int TYPE_ERROR
           
static int TYPE_INFO
           
static int TYPE_WARN
           
 
Method Summary
 java.lang.String getMessage()
           
 int getType()
           
 

Field Detail

TYPE_INFO

static final int TYPE_INFO
See Also:
Constant Field Values

TYPE_WARN

static final int TYPE_WARN
See Also:
Constant Field Values

TYPE_ERROR

static final int TYPE_ERROR
See Also:
Constant Field Values
Method Detail

getMessage

java.lang.String getMessage()

getType

int getType()


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