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:ISVNLogMessageChangePath
Retrieve the path to the commited item- Specified by:
getPath
in interfaceISVNLogMessageChangePath
- Returns:
- the path to the commited item
-
getCopySrcRevision
Description copied from interface:ISVNLogMessageChangePath
Retrieve the copy source revision if any or null otherwise- Specified by:
getCopySrcRevision
in interfaceISVNLogMessageChangePath
- Returns:
- the copy source revision (if any)
-
getCopySrcPath
Description copied from interface:ISVNLogMessageChangePath
Retrieve the copy source path (if any) or null otherwise- Specified by:
getCopySrcPath
in interfaceISVNLogMessageChangePath
- Returns:
- the copy source path (if any)
-
getAction
public char getAction()Description copied from interface:ISVNLogMessageChangePath
Retrieve action performed. I.e. 'A'dd, 'D'elete, 'R'eplace, 'M'odify- Specified by:
getAction
in interfaceISVNLogMessageChangePath
- Returns:
- action performed
-
toString
-