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