public class ResourceReportImpl extends Object implements ResourceReport
Modifier and Type | Field and Description |
---|---|
protected List<Problem> |
errors |
protected String |
resourceName |
protected List<Problem> |
warnings |
Constructor and Description |
---|
ResourceReportImpl(String resourceName,
List<Problem> errors,
List<Problem> warnings) |
Modifier and Type | Method and Description |
---|---|
List<Problem> |
getErrors()
Returns list of errors in this report
|
String |
getResourceName()
Returns the resource name where the problems occurred.
|
List<Problem> |
getWarnings()
Returns list of warnings in this report
|
protected String resourceName
public String getResourceName()
ResourceReport
getResourceName
in interface ResourceReport
public List<Problem> getErrors()
ResourceReport
getErrors
in interface ResourceReport
public List<Problem> getWarnings()
ResourceReport
getWarnings
in interface ResourceReport
Copyright © 2022. All rights reserved.