Uses of Class
org.apache.subversion.javahl.types.ConflictVersion
Packages that use ConflictVersion
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
-
Uses of ConflictVersion in org.apache.subversion.javahl
Fields in org.apache.subversion.javahl declared as ConflictVersionModifier and TypeFieldDescriptionprivate ConflictVersion
ConflictDescriptor.srcLeftVersion
private ConflictVersion
ConflictDescriptor.srcRightVersion
Methods in org.apache.subversion.javahl that return ConflictVersionModifier and TypeMethodDescriptionConflictDescriptor.getSrcLeftVersion()
ConflictDescriptor.getSrcRightVersion()
Constructors in org.apache.subversion.javahl with parameters of type ConflictVersionModifierConstructorDescriptionConflictDescriptor
(String path, ConflictDescriptor.Kind conflictKind, NodeKind nodeKind, String propertyName, boolean isBinary, String mimeType, ConflictDescriptor.Action action, ConflictDescriptor.Reason reason, ConflictDescriptor.Operation operation, String basePath, String theirPath, String myPath, 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 ConflictVersionModifier and TypeMethodDescriptionstatic ConflictVersion
JavaHLTypesObjectFactory.createConflictVersion
(String reposURL, String reposUUID, long pegRevision, String pathInRepos, NodeKind nodeKind) -
Uses of ConflictVersion in org.tigris.subversion.javahl
Constructors in org.tigris.subversion.javahl with parameters of type ConflictVersionModifierConstructorDescriptionA backward-compat constructor. -
Uses of ConflictVersion in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return ConflictVersionModifier and TypeMethodDescriptionprivate ConflictVersion
SVNClientImpl.getConflictVersion
(SVNConflictVersion conflictVersion)