public interface VcsRevert extends FileOperation
Modifier and Type | Method and Description |
---|---|
void |
addModifyListener(VcsModifyListener listener)
Add a modify listener.
|
void |
removeModifyListener(VcsModifyListener listener)
Removes a modify listener.
|
void |
setRecursive(boolean recursive)
Sets whether children should be processed.
|
process
void addModifyListener(VcsModifyListener listener)
listener
- The Listener to add.void removeModifyListener(VcsModifyListener listener)
listener
- The Listener to remove.void setRecursive(boolean recursive)
recursive
- true if children should be processed.Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.