Interface IPostImportSaveNode


  • public interface IPostImportSaveNode
    Extension for IHierarchyImporterNode to provide the extended save work method
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.core.runtime.IStatus doSave()
      Do extended save work after import and save all children of this node
    • Method Detail

      • doSave

        org.eclipse.core.runtime.IStatus doSave()
                                         throws ImportException

        Do extended save work after import and save all children of this node

        Returns:
        the result status of save work
        Throws:
        ImportException