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.
Modifier and Type | Method and Description |
---|---|
void |
addModifyListener(VcsModifyListener listener) |
void |
removeModifyListener(VcsModifyListener listener) |
void |
setRecursive(boolean recursive) |
process
void setRecursive(boolean recursive)
recursive
- true if children should be processed.void addModifyListener(VcsModifyListener listener)
listener
- The Listener to add.void removeModifyListener(VcsModifyListener listener)
listener
- The Listener to remove.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.