Class SVNConflictVersion
- java.lang.Object
-
- org.tigris.subversion.svnclientadapter.SVNConflictVersion
-
public class SVNConflictVersion extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
SVNConflictVersion.NodeKind
-
Constructor Summary
Constructors Constructor Description SVNConflictVersion(java.lang.String reposURL, long pegRevision, java.lang.String pathInRepos, int nodeKind)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNodeKind()
java.lang.String
getPathInRepos()
long
getPegRevision()
java.lang.String
getReposURL()
java.lang.String
toString()
-