Interface VcsRevert
- All Superinterfaces:
- 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 SummaryModifier and TypeMethodDescriptionvoidaddModifyListener(VcsModifyListener listener) Add a modify listener.voidremoveModifyListener(VcsModifyListener listener) Removes a modify listener.voidsetRecursive(boolean recursive) Sets whether children should be processed.Methods inherited from interface org.apache.commons.vfs2.operations.FileOperationprocess
- 
Method Details- 
addModifyListenerAdd a modify listener.- Parameters:
- listener- The Listener to add.
 
- 
removeModifyListenerRemoves a modify listener.- Parameters:
- listener- The Listener to remove.
 
- 
setRecursiveSets whether children should be processed.- Parameters:
- recursive- true if children should be processed.
 
 
-