Class ResourceReportImpl

  • All Implemented Interfaces:
    ResourceReport

    public class ResourceReportImpl
    extends java.lang.Object
    implements ResourceReport
    Resource report created during resource parsing
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceReportImpl​(java.lang.String resourceName, java.util.List<Problem> errors, java.util.List<Problem> warnings)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Problem> getErrors()
      Returns list of errors in this report
      java.lang.String getResourceName()
      Returns the resource name where the problems occurred.
      java.util.List<Problem> getWarnings()
      Returns list of warnings in this report
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • resourceName

        protected java.lang.String resourceName
      • errors

        protected java.util.List<Problem> errors
      • warnings

        protected java.util.List<Problem> warnings
    • Constructor Detail

      • ResourceReportImpl

        public ResourceReportImpl​(java.lang.String resourceName,
                                  java.util.List<Problem> errors,
                                  java.util.List<Problem> warnings)