public interface ISVNLogMessageChangePath
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 getPath()
SVNRevision.Number getCopySrcRevision()
java.lang.String getCopySrcPath()
char getAction()