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.org.tmatesoft.svn.core.javahl17 -
-
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
Fields in org.apache.subversion.javahl.types with type parameters of type ConflictDescriptor Modifier and Type Field Description private java.util.Set<ConflictDescriptor>
Info. conflict
Info on any tree conflict of which this node is a victim.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
Method parameters in org.tigris.subversion.javahl with type arguments of type ConflictDescriptor Modifier and Type Method Description private static java.lang.String
Info2. getConflictNew(java.util.Set<ConflictDescriptor> conflicts)
private static java.lang.String
Info2. getConflictOld(java.util.Set<ConflictDescriptor> conflicts)
private static java.lang.String
Info2. getConflictWrk(java.util.Set<ConflictDescriptor> conflicts)
private static java.lang.String
Info2. getPrejfile(java.util.Set<ConflictDescriptor> conflicts)
private static ConflictDescriptor
Info2. getTreeConflict(java.util.Set<ConflictDescriptor> conflicts)
Constructors in org.tigris.subversion.javahl with parameters of type ConflictDescriptor Constructor Description ConflictDescriptor(ConflictDescriptor aDesc)
-
Uses of ConflictDescriptor in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return ConflictDescriptor Modifier and Type Method Description private ConflictDescriptor
SVNClientImpl. getConflictDescription(SVNConflictDescription conflictDescription)
Methods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type ConflictDescriptor Modifier and Type Method Description private java.util.Set<ConflictDescriptor>
SVNClientImpl. getConflictDescriptors(java.util.Collection<SVNConflictDescription> conflicts)
-