public class SVNLogMessageChangePath extends java.lang.Object implements ISVNLogMessageChangePath
ISVNLogMessageChangePath
interface.Constructor and Description |
---|
SVNLogMessageChangePath(java.lang.String path,
SVNRevision.Number copySrcRevision,
java.lang.String copySrcPath,
char action)
Constructor
|
Modifier and Type | Method and Description |
---|---|
char |
getAction()
Retrieve action performed.
|
java.lang.String |
getCopySrcPath()
Retrieve the copy source path (if any) or null otherwise
|
SVNRevision.Number |
getCopySrcRevision()
Retrieve the copy source revision if any or null otherwise
|
java.lang.String |
getPath()
Retrieve the path to the commited item
|
java.lang.String |
toString() |
public SVNLogMessageChangePath(java.lang.String path, SVNRevision.Number copySrcRevision, java.lang.String copySrcPath, char action)
path
- copySrcRevision
- copySrcPath
- action
- public java.lang.String getPath()
ISVNLogMessageChangePath
getPath
in interface ISVNLogMessageChangePath
public SVNRevision.Number getCopySrcRevision()
ISVNLogMessageChangePath
getCopySrcRevision
in interface ISVNLogMessageChangePath
public java.lang.String getCopySrcPath()
ISVNLogMessageChangePath
getCopySrcPath
in interface ISVNLogMessageChangePath
public char getAction()
ISVNLogMessageChangePath
getAction
in interface ISVNLogMessageChangePath
public java.lang.String toString()
toString
in class java.lang.Object