Interface ISVNLogMessageChangePath
- All Known Implementing Classes:
SVNLogMessageChangePath
public interface ISVNLogMessageChangePath
An interface defining a change path for a log message
-
Method Summary
Modifier and TypeMethodDescriptionchar
Retrieve action performed.Retrieve the copy source path (if any) or null otherwiseRetrieve the copy source revision if any or null otherwisegetPath()
Retrieve the path to the commited item
-
Method Details
-
getPath
String getPath()Retrieve the path to the commited item- Returns:
- the path to the commited item
-
getCopySrcRevision
SVNRevision.Number getCopySrcRevision()Retrieve the copy source revision if any or null otherwise- Returns:
- the copy source revision (if any)
-
getCopySrcPath
String getCopySrcPath()Retrieve the copy source path (if any) or null otherwise- Returns:
- the copy source path (if any)
-
getAction
char getAction()Retrieve action performed. I.e. 'A'dd, 'D'elete, 'R'eplace, 'M'odify- Returns:
- action performed
-