Interface ErrorsContainer
- All Known Implementing Classes:
EMFCSVLoader,EMFCSVSaver,EMFCSVTransform,com.amalgamasimulation.emf.excel.EMFExcelLoader,EMFExcelLoaderWithEdapt,com.amalgamasimulation.emf.excel.EMFExcelTransform,EMFExcelTransformWithEdapt,EMFJSONLoader,EMFJSONSaver,EMFJSONSaverAndLoaderFactory,EMFPartCSVLoader,EMFPartCSVTransform,EMFPartExcelLoader,EMFPartExcelTransform,com.amalgamasimulation.emf.excel.EMFTransform
public interface ErrorsContainer
-
Method Details
-
getErrors
List<org.eclipse.emf.ecore.resource.Resource.Diagnostic> getErrors() -
getWarnings
List<org.eclipse.emf.ecore.resource.Resource.Diagnostic> getWarnings() -
clearErrorsAndWarnings
void clearErrorsAndWarnings()Clears all errors and warnings.
This method should be called after errors and warnings have been displayed to the user or logged to a file to avoid memory leaks.
-