|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceLintReport | |
|---|---|
| ro.isdc.wro.extensions.support.lint | |
| ro.isdc.wro.maven.plugin | |
| Uses of ResourceLintReport in ro.isdc.wro.extensions.support.lint |
|---|
| Methods in ro.isdc.wro.extensions.support.lint that return ResourceLintReport | ||
|---|---|---|
static
|
ResourceLintReport.create(String resourcePath,
Collection<T> lints)
Factory method for creating a ResourceLintReport instance. |
|
| Methods in ro.isdc.wro.extensions.support.lint that return types with arguments of type ResourceLintReport | |
|---|---|
List<ResourceLintReport<T>> |
LintReport.getReports()
|
| Methods in ro.isdc.wro.extensions.support.lint with parameters of type ResourceLintReport | |
|---|---|
LintReport<T> |
LintReport.addReport(ResourceLintReport<T> resourceLintReport)
Add a single lint report to underlying collection. |
| Uses of ResourceLintReport in ro.isdc.wro.maven.plugin |
|---|
| Methods in ro.isdc.wro.maven.plugin with parameters of type ResourceLintReport | |
|---|---|
protected void |
AbstractLinterMojo.addReport(ResourceLintReport<T> report)
Add a single report to the registry of found errors. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||