Class ResourceReportImpl
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.parser.ResourceReportImpl
- All Implemented Interfaces:
ResourceReport
Resource report created during resource parsing
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns list of errors in this reportReturns the resource name where the problems occurred.Returns list of warnings in this report
-
Field Details
-
resourceName
-
errors
-
warnings
-
-
Constructor Details
-
ResourceReportImpl
-
-
Method Details
-
getResourceName
Description copied from interface:ResourceReport
Returns the resource name where the problems occurred.- Specified by:
getResourceName
in interfaceResourceReport
-
getErrors
Description copied from interface:ResourceReport
Returns list of errors in this report- Specified by:
getErrors
in interfaceResourceReport
-
getWarnings
Description copied from interface:ResourceReport
Returns list of warnings in this report- Specified by:
getWarnings
in interfaceResourceReport
-