Class ResourceReportImpl
- java.lang.Object
-
- org.camunda.bpm.engine.impl.bpmn.parser.ResourceReportImpl
-
- All Implemented Interfaces:
ResourceReport
public class ResourceReportImpl extends Object implements ResourceReport
Resource report created during resource parsing
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Problem>getErrors()Returns list of errors in this reportStringgetResourceName()Returns the resource name where the problems occurred.List<Problem>getWarnings()Returns list of warnings in this report
-
-
-
Method Detail
-
getResourceName
public String getResourceName()
Description copied from interface:ResourceReportReturns the resource name where the problems occurred.- Specified by:
getResourceNamein interfaceResourceReport
-
getErrors
public List<Problem> getErrors()
Description copied from interface:ResourceReportReturns list of errors in this report- Specified by:
getErrorsin interfaceResourceReport
-
getWarnings
public List<Problem> getWarnings()
Description copied from interface:ResourceReportReturns list of warnings in this report- Specified by:
getWarningsin interfaceResourceReport
-
-