org.apache.maven.reporting
Interface MavenReport
- public interface MavenReport
The basis for a Maven report.
- Version:
- $Id: MavenReport.java 163376 2005-02-23 00:06:06Z brett $
- Author:
- Brett Porter, Emmanuel Venisse
ROLE
public static final String ROLE
CATEGORY_PROJECT_INFORMATION
public static final String CATEGORY_PROJECT_INFORMATION
- See Also:
- Constant Field Values
CATEGORY_PROJECT_REPORTS
public static final String CATEGORY_PROJECT_REPORTS
- See Also:
- Constant Field Values
generate
public void generate(org.codehaus.doxia.sink.Sink sink,
Locale locale)
throws MavenReportException
- Throws:
MavenReportException
getOutputName
public String getOutputName()
getName
public String getName(Locale locale)
getCategoryName
public String getCategoryName()
getDescription
public String getDescription(Locale locale)
setReportOutputDirectory
public void setReportOutputDirectory(File outputDirectory)
getReportOutputDirectory
public File getReportOutputDirectory()
isExternalReport
public boolean isExternalReport()
canGenerateReport
public boolean canGenerateReport()
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.