public interface VcsCommit extends FileOperation
Modifier and Type | Method and Description |
---|---|
void |
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.
|
process
void addCommitListener(VcsCommitListener listener)
listener
- Listener that is given control when a commit occurs.void removeCommitListener(VcsCommitListener listener)
listener
- The Listener.void setMessage(String message)
message
- The message.void setRecursive(boolean isRecursive)
isRecursive
- true if directories should be traversed.Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.