Uses of Class
org.apache.subversion.javahl.ConflictDescriptor
Packages that use ConflictDescriptor
Package
Description
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 ConflictDescriptorModifier and TypeMethodDescriptionConflictResolverCallback.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 ConflictDescriptorModifier and TypeFieldDescriptionprivate 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 ConflictDescriptorConstructor parameters in org.apache.subversion.javahl.types with type arguments of type ConflictDescriptorModifierConstructorDescriptionInfo
(String path, String wcroot, String url, long rev, NodeKind kind, String reposRootUrl, String reposUUID, long lastChangedRev, long lastChangedDate, String lastChangedAuthor, Lock lock, boolean hasWcInfo, Info.ScheduleKind schedule, String copyFromUrl, long copyFromRev, long textTime, Checksum checksum, String changelistName, long workingSize, long reposSize, Depth depth, 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 ConflictDescriptorModifier and TypeMethodDescriptionprivate static String
Info2.getConflictNew
(Set<ConflictDescriptor> conflicts) private static String
Info2.getConflictOld
(Set<ConflictDescriptor> conflicts) private static String
Info2.getConflictWrk
(Set<ConflictDescriptor> conflicts) private static String
Info2.getPrejfile
(Set<ConflictDescriptor> conflicts) private static ConflictDescriptor
Info2.getTreeConflict
(Set<ConflictDescriptor> conflicts) Constructors in org.tigris.subversion.javahl with parameters of type ConflictDescriptor -
Uses of ConflictDescriptor in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return ConflictDescriptorModifier and TypeMethodDescriptionprivate ConflictDescriptor
SVNClientImpl.getConflictDescription
(SVNConflictDescription conflictDescription) Methods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type ConflictDescriptorModifier and TypeMethodDescriptionprivate Set<ConflictDescriptor>
SVNClientImpl.getConflictDescriptors
(Collection<SVNConflictDescription> conflicts)