public class LinkcheckReportGenerator extends Object
| Constructor and Description | 
|---|
LinkcheckReportGenerator(I18N i18n)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
generateReport(Locale locale,
              org.apache.maven.doxia.linkcheck.model.LinkcheckModel linkcheckModel,
              Sink sink)
Genarate a report for the given LinkcheckModel and emit it into a Sink. 
 | 
void | 
setExcludedHttpStatusErrors(Integer[] excludedHttpStatusErrors)  | 
void | 
setExcludedHttpStatusWarnings(Integer[] excludedHttpStatusWarnings)  | 
void | 
setExcludedLinks(String[] excludedLinks)  | 
void | 
setExcludedPages(String[] excludedPages)  | 
void | 
setHttpFollowRedirect(boolean httpFollowRedirect)  | 
void | 
setHttpMethod(String httpMethod)  | 
void | 
setOffline(boolean offline)  | 
public LinkcheckReportGenerator(I18N i18n)
i18n - not null.public void setExcludedHttpStatusErrors(Integer[] excludedHttpStatusErrors)
excludedHttpStatusErrors - may be null.public void setExcludedHttpStatusWarnings(Integer[] excludedHttpStatusWarnings)
excludedHttpStatusWarnings - may be null.public void setExcludedLinks(String[] excludedLinks)
excludedLinks - may be null.public void setExcludedPages(String[] excludedPages)
excludedPages - may be null.public void setHttpFollowRedirect(boolean httpFollowRedirect)
httpFollowRedirect - default is false.public void setHttpMethod(String httpMethod)
httpMethod - may be null.public void setOffline(boolean offline)
offline - default is false.public void generateReport(Locale locale, org.apache.maven.doxia.linkcheck.model.LinkcheckModel linkcheckModel, Sink sink)
locale - not null.linkcheckModel - may be null.sink - not null.Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.