Interface VcsCommit
- All Superinterfaces:
FileOperation
The VCS commit file operation.
- Since:
- 0.1
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCommitListener
(VcsCommitListener listener) Sets the listener that is given control when a commit occurs.void
removeCommitListener
(VcsCommitListener listener) Removes the listener that is given control when a commit occurs.void
setMessage
(String message) Sets the message.void
setRecursive
(boolean isRecursive) Sets whether directories should be traversed.Methods inherited from interface org.apache.commons.vfs2.operations.FileOperation
process
-
Method Details
-
addCommitListener
Sets the listener that is given control when a commit occurs.- Parameters:
listener
- Listener that is given control when a commit occurs.
-
removeCommitListener
Removes the listener that is given control when a commit occurs.- Parameters:
listener
- The Listener.
-
setMessage
Sets the message.- Parameters:
message
- The message.
-
setRecursive
Sets whether directories should be traversed.- Parameters:
isRecursive
- true if directories should be traversed.
-