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