Uses of Class
org.apache.subversion.javahl.ConflictDescriptor
-
Packages that use ConflictDescriptor Package Description org.apache.subversion.javahl.callback 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 ConflictDescriptor in org.apache.subversion.javahl.callback
Methods in org.apache.subversion.javahl.callback with parameters of type ConflictDescriptor Modifier and Type Method Description ConflictResult
ConflictResolverCallback. resolve(ConflictDescriptor descrip)
The callback method invoked for each conflict during a merge/update/switch operation. -
Uses of ConflictDescriptor in org.apache.subversion.javahl.types
Methods in org.apache.subversion.javahl.types that return types with arguments of type ConflictDescriptor Modifier and Type Method Description java.util.Set<ConflictDescriptor>
Info. getConflicts()
Constructor parameters in org.apache.subversion.javahl.types with type arguments of type ConflictDescriptor Constructor Description Info(java.lang.String path, java.lang.String wcroot, java.lang.String url, long rev, NodeKind kind, java.lang.String reposRootUrl, java.lang.String reposUUID, long lastChangedRev, long lastChangedDate, java.lang.String lastChangedAuthor, Lock lock, boolean hasWcInfo, Info.ScheduleKind schedule, java.lang.String copyFromUrl, long copyFromRev, long textTime, Checksum checksum, java.lang.String changelistName, long workingSize, long reposSize, Depth depth, java.util.Set<ConflictDescriptor> conflict)
constructor to build the object by native code. -
Uses of ConflictDescriptor in org.tigris.subversion.javahl
Constructors in org.tigris.subversion.javahl with parameters of type ConflictDescriptor Constructor Description ConflictDescriptor(ConflictDescriptor aDesc)
-