public class ResourceLintReport<T> extends Object
| Constructor and Description |
|---|
ResourceLintReport()
Required for JSON serialization.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ResourceLintReport<T> |
create(String resourcePath,
Collection<T> lints)
Factory method for creating a
ResourceLintReport instance. |
Collection<T> |
getLints() |
String |
getResourcePath() |
void |
setLints(Collection<T> lints) |
void |
setResourcePath(String resourcePath) |
public static <T> ResourceLintReport<T> create(String resourcePath, Collection<T> lints)
ResourceLintReport instance.resourcePath - the path of the of the resourcelints - a collection of lints associated with a resource.ResourceLintReport with all lints set.public Collection<T> getLints()
public String getResourcePath()
public void setLints(Collection<T> lints)
public void setResourcePath(String resourcePath)
Copyright © 2008-2013. All Rights Reserved.