Interface VcsRevert

All Superinterfaces:
FileOperation

public interface VcsRevert extends FileOperation
Restores pristine working copy file and cancels all local modifications. In other words, VcsRevert replaces working copy file with the latest version from the repository.
Since:
0.1
  • Method Details Link icon

    • addModifyListener Link icon

      Add a modify listener.
      Parameters:
      listener - The Listener to add.
    • removeModifyListener Link icon

      Removes a modify listener.
      Parameters:
      listener - The Listener to remove.
    • setRecursive Link icon

      void setRecursive(boolean recursive)
      Sets whether children should be processed.
      Parameters:
      recursive - true if children should be processed.