org.apache.maven.plugin.docck.reports
Interface DocumentationReport
- All Known Implementing Classes:
- AbstractDocumentationReport, ErrorDocumentationReport, InfoDocumentationReport, WarningDocumentationReport
public interface DocumentationReport
- Author:
- Edwin Punzalan
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
getMessage
java.lang.String getMessage()
getType
int getType()
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.