Interface ErrorsContainer

All Known Subinterfaces:
EMFLoader<E>, EMFSaver<E>
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 Summary

    Modifier and Type
    Method
    Description
    void
    Clears all errors and warnings.
    List<org.eclipse.emf.ecore.resource.Resource.Diagnostic>
     
    List<org.eclipse.emf.ecore.resource.Resource.Diagnostic>
     
  • 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.