|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.svnclientadapter.SVNLogMessageChangePath
public class SVNLogMessageChangePath
A generic implementation of the ISVNLogMessageChangePath
interface.
Constructor Summary | |
---|---|
SVNLogMessageChangePath(java.lang.String path,
SVNRevision.Number copySrcRevision,
java.lang.String copySrcPath,
char action)
Constructor |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SVNLogMessageChangePath(java.lang.String path, SVNRevision.Number copySrcRevision, java.lang.String copySrcPath, char action)
path
- copySrcRevision
- copySrcPath
- action
- Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |