@Mojo(name="linkcheck") public class LinkcheckReport extends AbstractMavenReport
Linkcheck
report.Modifier and Type | Field and Description |
---|---|
protected static String |
ICON_ERROR |
protected static String |
ICON_INFO |
protected static String |
ICON_SUCCESS |
protected static String |
ICON_WARNING |
protected File |
linkcheckCache
The location of the Linkcheck cache file.
|
protected File |
linkcheckOutput
The location of the Linkcheck report file.
|
outputDirectory, project, siteRenderer
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE
Constructor and Description |
---|
LinkcheckReport() |
Modifier and Type | Method and Description |
---|---|
boolean |
canGenerateReport() |
void |
execute() |
protected void |
executeReport(Locale locale) |
String |
getDescription(Locale locale) |
String |
getName(Locale locale) |
String |
getOutputName() |
closeReport, generate, generate, generate, getCategoryName, getInputEncoding, getOutputDirectory, getOutputEncoding, getProject, getReportOutputDirectory, getSink, getSinkFactory, getSiteRenderer, isExternalReport, setReportOutputDirectory
getLog, getPluginContext, setLog, setPluginContext
@Parameter(defaultValue="${project.build.directory}/linkcheck/linkcheck.cache", required=true) protected File linkcheckCache
@Parameter(defaultValue="${project.build.directory}/linkcheck/linkcheck.xml", required=true) protected File linkcheckOutput
protected static final String ICON_SUCCESS
protected static final String ICON_WARNING
protected static final String ICON_INFO
protected static final String ICON_ERROR
public String getOutputName()
public boolean canGenerateReport()
canGenerateReport
in interface MavenReport
canGenerateReport
in class AbstractMavenReport
public void execute() throws MojoExecutionException
execute
in interface Mojo
execute
in class AbstractMavenReport
MojoExecutionException
protected void executeReport(Locale locale) throws MavenReportException
executeReport
in class AbstractMavenReport
MavenReportException
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.