Package org.camunda.bpm.engine
Interface ResourceReport
- All Known Implementing Classes:
ResourceReportImpl
public interface ResourceReport
This a report created during a parsing.
-
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
-
Method Details
-
getResourceName
String getResourceName()Returns the resource name where the problems occurred. -
getErrors
Returns list of errors in this report -
getWarnings
Returns list of warnings in this report
-