org.tigris.subversion.javahl
Interface CommitMessage
public interface CommitMessage
this is callback interface which has to implemented by the client to
receive which files will be commited and to enter the log message
Method Summary |
java.lang.String |
getLogMessage(CommitItem[] elementsToBeCommited)
Retrieve a commit message from the user based on the items to be commited |
getLogMessage
java.lang.String getLogMessage(CommitItem[] elementsToBeCommited)
- Retrieve a commit message from the user based on the items to be commited
- Parameters:
elementsToBeCommited
- Array of elements to be commited
- Returns:
- the log message of the commit.