public interface ResourceReport
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
|
Copyright © 2022. All rights reserved.