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. -
-
Uses of ConflictVersion in org.apache.subversion.javahl
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.
-