Class SVNLogMessageChangePath
java.lang.Object
org.tigris.subversion.svnclientadapter.SVNLogMessageChangePath
- All Implemented Interfaces:
ISVNLogMessageChangePath
A generic implementation of the
ISVNLogMessageChangePath interface.-
Constructor Summary
ConstructorsConstructorDescriptionSVNLogMessageChangePath(String path, SVNRevision.Number copySrcRevision, String copySrcPath, char action) Constructor -
Method Summary
-
Constructor Details
-
SVNLogMessageChangePath
public SVNLogMessageChangePath(String path, SVNRevision.Number copySrcRevision, String copySrcPath, char action) Constructor- Parameters:
path-copySrcRevision-copySrcPath-action-
-
-
Method Details
-
getPath
Description copied from interface:ISVNLogMessageChangePathRetrieve the path to the commited item- Specified by:
getPathin interfaceISVNLogMessageChangePath- Returns:
- the path to the commited item
-
getCopySrcRevision
Description copied from interface:ISVNLogMessageChangePathRetrieve the copy source revision if any or null otherwise- Specified by:
getCopySrcRevisionin interfaceISVNLogMessageChangePath- Returns:
- the copy source revision (if any)
-
getCopySrcPath
Description copied from interface:ISVNLogMessageChangePathRetrieve the copy source path (if any) or null otherwise- Specified by:
getCopySrcPathin interfaceISVNLogMessageChangePath- Returns:
- the copy source path (if any)
-
getAction
public char getAction()Description copied from interface:ISVNLogMessageChangePathRetrieve action performed. I.e. 'A'dd, 'D'elete, 'R'eplace, 'M'odify- Specified by:
getActionin interfaceISVNLogMessageChangePath- Returns:
- action performed
-
toString
-