Package org.camunda.bpm.engine
Interface ResourceReport
-
- All Known Implementing Classes:
ResourceReportImpl
public interface ResourceReport
This a report created during a parsing.
-
-
Method Summary
All Methods Instance Methods Abstract 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
-