public interface MavenReport
Modifier and Type | Field and Description |
---|---|
static String |
CATEGORY_PROJECT_INFORMATION
Deprecated.
For removal in Maven 3.0 or when reporting-api is decoupled from the core, as categories are dynamic.
|
static String |
CATEGORY_PROJECT_REPORTS
Deprecated.
For removal in Maven 3.0 or when reporting-api is decoupled from the core, as categories are dynamic.
|
static String |
ROLE |
Modifier and Type | Method and Description |
---|---|
boolean |
canGenerateReport() |
void |
generate(org.codehaus.doxia.sink.Sink sink,
Locale locale) |
String |
getCategoryName() |
String |
getDescription(Locale locale) |
String |
getName(Locale locale) |
String |
getOutputName() |
File |
getReportOutputDirectory() |
boolean |
isExternalReport() |
void |
setReportOutputDirectory(File outputDirectory) |
static final String ROLE
static final String CATEGORY_PROJECT_INFORMATION
static final String CATEGORY_PROJECT_REPORTS
void generate(org.codehaus.doxia.sink.Sink sink, Locale locale) throws MavenReportException
MavenReportException
String getOutputName()
String getCategoryName()
void setReportOutputDirectory(File outputDirectory)
File getReportOutputDirectory()
boolean isExternalReport()
boolean canGenerateReport()
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.