Package org.tigris.subversion.javahl
Interface CommitMessage
-
public interface CommitMessageThis is callback interface which has to implemented by the client to receive which files will be committed and to enter the log message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLogMessage(CommitItem[] elementsToBeCommitted)Retrieve a commit message from the user based on the items to be committed
-
-
-
Method Detail
-
getLogMessage
java.lang.String getLogMessage(CommitItem[] elementsToBeCommitted)
Retrieve a commit message from the user based on the items to be committed- Parameters:
elementsToBeCommitted- Array of elements to be committed- Returns:
- the log message of the commit.
-
-