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 reportString
getResourceName()
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:ResourceReport
Returns the resource name where the problems occurred.- Specified by:
getResourceName
in interfaceResourceReport
-
getErrors
public List<Problem> getErrors()
Description copied from interface:ResourceReport
Returns list of errors in this report- Specified by:
getErrors
in interfaceResourceReport
-
getWarnings
public List<Problem> getWarnings()
Description copied from interface:ResourceReport
Returns list of warnings in this report- Specified by:
getWarnings
in interfaceResourceReport
-
-