Interface ResourceReport

  • All Known Implementing Classes:
    ResourceReportImpl

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

      • getResourceName

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

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

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