| Package | Description |
|---|---|
| ro.isdc.wro.extensions.support.lint |
| Modifier and Type | Method and Description |
|---|---|
static ReportXmlFormatter.FormatterType |
ReportXmlFormatter.FormatterType.getByFormat(String format) |
static ReportXmlFormatter.FormatterType |
ReportXmlFormatter.FormatterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportXmlFormatter.FormatterType[] |
ReportXmlFormatter.FormatterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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 |
|---|
ReportXmlFormatter(LintReport<LintItem> lintReport,
ReportXmlFormatter.FormatterType type) |
Copyright © 2008-2013. All Rights Reserved.