| Package | Description |
|---|---|
| ro.isdc.wro.extensions.support.lint |
| Modifier and Type | Method and Description |
|---|---|
LintReport<T> |
LintReport.addReport(ResourceLintReport<T> resourceLintReport)
Add a single lint report to underlying collection.
|
protected LintReport<T> |
AbstractReportXmlFormatter.getLintReport() |
| Modifier and Type | Method and Description |
|---|---|
static ReportXmlFormatter |
ReportXmlFormatter.create(LintReport<LintItem> lintReport,
ReportXmlFormatter.FormatterType formatterType)
Factory method for creating
ReportXmlFormatter. |
static ReportXmlFormatter |
ReportXmlFormatter.createForCssLintError(LintReport<CssLintError> lintReport,
ReportXmlFormatter.FormatterType formatterType) |
static ReportXmlFormatter |
ReportXmlFormatter.createForLinterError(LintReport<LinterError> lintReport,
ReportXmlFormatter.FormatterType formatterType) |
| Constructor and Description |
|---|
AbstractReportXmlFormatter(LintReport<T> lintReport) |
ReportXmlFormatter(LintReport<LintItem> lintReport,
ReportXmlFormatter.FormatterType type) |
Copyright © 2008-2013. All Rights Reserved.