Interface ResourceReport

All Known Implementing Classes:
ResourceReportImpl

public interface ResourceReport
This a report created during a parsing.
  • Method Details

    • getResourceName

      String getResourceName()
      Returns the resource name where the problems occurred.
    • getErrors

      List<Problem> getErrors()
      Returns list of errors in this report
    • getWarnings

      List<Problem> getWarnings()
      Returns list of warnings in this report