Uses of Class
org.apache.subversion.javahl.types.ConflictVersion
-
Packages that use ConflictVersion Package Description org.apache.subversion.javahl org.apache.subversion.javahl.types org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.core.javahl17 -
-
Uses of ConflictVersion in org.apache.subversion.javahl
Fields in org.apache.subversion.javahl declared as ConflictVersion Modifier and Type Field Description private ConflictVersion
ConflictDescriptor. srcLeftVersion
private ConflictVersion
ConflictDescriptor. srcRightVersion
Methods in org.apache.subversion.javahl that return ConflictVersion Modifier and Type Method Description ConflictVersion
ConflictDescriptor. getSrcLeftVersion()
ConflictVersion
ConflictDescriptor. getSrcRightVersion()
Constructors in org.apache.subversion.javahl with parameters of type ConflictVersion Constructor Description ConflictDescriptor(java.lang.String path, ConflictDescriptor.Kind conflictKind, NodeKind nodeKind, java.lang.String propertyName, boolean isBinary, java.lang.String mimeType, ConflictDescriptor.Action action, ConflictDescriptor.Reason reason, ConflictDescriptor.Operation operation, java.lang.String basePath, java.lang.String theirPath, java.lang.String myPath, java.lang.String mergedPath, ConflictVersion srcLeft, ConflictVersion srcRight)
This constructor should only be called from JNI code. -
Uses of ConflictVersion in org.apache.subversion.javahl.types
Methods in org.apache.subversion.javahl.types that return ConflictVersion Modifier and Type Method Description static ConflictVersion
JavaHLTypesObjectFactory. createConflictVersion(java.lang.String reposURL, java.lang.String reposUUID, long pegRevision, java.lang.String pathInRepos, NodeKind nodeKind)
-
Uses of ConflictVersion in org.tigris.subversion.javahl
Constructors in org.tigris.subversion.javahl with parameters of type ConflictVersion Constructor Description ConflictVersion(ConflictVersion aVer)
A backward-compat constructor. -
Uses of ConflictVersion in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return ConflictVersion Modifier and Type Method Description private ConflictVersion
SVNClientImpl. getConflictVersion(SVNConflictVersion conflictVersion)
-