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()
ISVNLogMessageChangePathgetPath in interface ISVNLogMessageChangePathpublic SVNRevision.Number getCopySrcRevision()
ISVNLogMessageChangePathgetCopySrcRevision in interface ISVNLogMessageChangePathpublic java.lang.String getCopySrcPath()
ISVNLogMessageChangePathgetCopySrcPath in interface ISVNLogMessageChangePathpublic char getAction()
ISVNLogMessageChangePathgetAction in interface ISVNLogMessageChangePathpublic java.lang.String toString()
toString in class java.lang.Object