Interface ISnapshotOperationResult


  • public interface ISnapshotOperationResult
    Snapshot operation result.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Method Detail

      • getStatus

        org.eclipse.core.runtime.IStatus getStatus()
        Returns:
        status of the operation execution, never null
      • getRestorationSucceededProjects

        Set<org.eclipse.core.resources.IProject> getRestorationSucceededProjects()
        Gets a set of projects, for which snapshot restoration was performed successfully.
        Returns:
        the set of restoration succeeded projects, never null