Class ResourceReportImpl
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.bpmn.parser.ResourceReportImpl
 
- 
- All Implemented Interfaces:
- ResourceReport
 
 public class ResourceReportImpl extends java.lang.Object implements ResourceReport Resource report created during resource parsing
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.List<Problem>errorsprotected java.lang.StringresourceNameprotected java.util.List<Problem>warnings
 - 
Constructor SummaryConstructors Constructor Description ResourceReportImpl(java.lang.String resourceName, java.util.List<Problem> errors, java.util.List<Problem> warnings)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Problem>getErrors()Returns list of errors in this reportjava.lang.StringgetResourceName()Returns the resource name where the problems occurred.java.util.List<Problem>getWarnings()Returns list of warnings in this report
 
- 
- 
- 
Method Detail- 
getResourceNamepublic java.lang.String getResourceName() Description copied from interface:ResourceReportReturns the resource name where the problems occurred.- Specified by:
- getResourceNamein interface- ResourceReport
 
 - 
getErrorspublic java.util.List<Problem> getErrors() Description copied from interface:ResourceReportReturns list of errors in this report- Specified by:
- getErrorsin interface- ResourceReport
 
 - 
getWarningspublic java.util.List<Problem> getWarnings() Description copied from interface:ResourceReportReturns list of warnings in this report- Specified by:
- getWarningsin interface- ResourceReport
 
 
- 
 
-