Interface VcsCommit
-
Method Summary
Modifier 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.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
-
setRecursive
Sets whether directories should be traversed.- Parameters:
isRecursive- true if directories should be traversed.
-