Interface VcsCommit
- All Superinterfaces:
- FileOperation
The VCS commit file operation.
- Since:
- 0.1
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddCommitListener(VcsCommitListener listener) Sets the listener that is given control when a commit occurs.voidremoveCommitListener(VcsCommitListener listener) Removes the listener that is given control when a commit occurs.voidsetMessage(String message) Sets the message.voidsetRecursive(boolean isRecursive) Sets whether directories should be traversed.Methods inherited from interface org.apache.commons.vfs2.operations.FileOperationprocess
- 
Method Details- 
addCommitListenerSets the listener that is given control when a commit occurs.- Parameters:
- listener- Listener that is given control when a commit occurs.
 
- 
removeCommitListenerRemoves the listener that is given control when a commit occurs.- Parameters:
- listener- The Listener.
 
- 
setMessageSets the message.- Parameters:
- message- The message.
 
- 
setRecursiveSets whether directories should be traversed.- Parameters:
- isRecursive- true if directories should be traversed.
 
 
-