Uses of Class
org.tmatesoft.svn.core.wc.SVNConflictDescription
Packages that use SVNConflictDescription
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
-
Uses of SVNConflictDescription in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNConflictDescriptionModifier and TypeMethodDescriptionstatic ConflictDescriptorJavaHLObjectFactory.createConflictDescription(SVNConflictDescription conflictDescription) -
Uses of SVNConflictDescription in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNConflictDescriptionModifier and TypeMethodDescriptionSVNCommandLineConflictHandler.handleConflict(SVNConflictDescription conflictDescription) SVNCommandLineConflictHandler.handleConflictNoStats(SVNConflictDescription conflictDescription) -
Uses of SVNConflictDescription in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNConflictDescriptionModifier and TypeMethodDescriptionprivate SVNConflictDescriptionSVNWCContext.setupTextConflictDesc(java.io.File leftAbspath, java.io.File rightAbspath, java.io.File targetAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, java.io.File resultTarget, java.io.File detranslatedTarget, SVNPropertyValue mimeprop, boolean isBinary) private SVNConflictDescriptionSVNWCContext.setupTreeConflictDesc(java.io.File localAbsPath, SVNOperation operation, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNConflictReason localChange, SVNConflictAction incomingChange) SVNWCConflictDescription17.toConflictDescription() -
Uses of SVNConflictDescription in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return types with arguments of type SVNConflictDescriptionModifier and TypeMethodDescriptionjava.util.List<SVNConflictDescription>ISVNWCDb.readConflicts(java.io.File localAbsPath) Return all conflicts that have LOCAL_ABSPATH as victim.java.util.List<SVNConflictDescription>SVNWCDb.readConflicts(java.io.File localAbsPath) -
Uses of SVNConflictDescription in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng with type parameters of type SVNConflictDescriptionModifier and TypeFieldDescriptionprivate final java.util.List<SVNConflictDescription>SvnNgAbstractUpdate.RecordConflictsResolver.conflictsMethods in org.tmatesoft.svn.core.internal.wc2.ng that return types with arguments of type SVNConflictDescriptionModifier and TypeMethodDescriptionprivate java.util.List<SVNConflictDescription>SvnNgAbstractUpdate.RecordConflictsResolver.getConflicts()Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNConflictDescriptionModifier and TypeMethodDescriptionSvnNgAbstractUpdate.RecordConflictsResolver.handleConflict(SVNConflictDescription conflictDescription) -
Uses of SVNConflictDescription in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNConflictDescriptionModifier and TypeMethodDescriptionprivate ConflictDescriptorSVNClientImpl.getConflictDescription(SVNConflictDescription conflictDescription) private ConflictDescriptor.KindSVNClientImpl.getConflictDescriptorKind(SVNConflictDescription conflictDescription) Method parameters in org.tmatesoft.svn.core.javahl17 with type arguments of type SVNConflictDescriptionModifier and TypeMethodDescriptionprivate java.util.Set<ConflictDescriptor>SVNClientImpl.getConflictDescriptors(java.util.Collection<SVNConflictDescription> conflicts) -
Uses of SVNConflictDescription in org.tmatesoft.svn.core.wc
Subclasses of SVNConflictDescription in org.tmatesoft.svn.core.wcModifier and TypeClassDescriptionclassSVNPropertyConflictDescription brings a property conflict description.classSVNTextConflictDescription brings information about conflict on a file.classSVNTreeConflictDescription brings information on a tree conflict.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNConflictDescriptionModifier and TypeMethodDescriptionISVNConflictHandler.handleConflict(SVNConflictDescription conflictDescription) Handles the conflict given the conflict descriptionconflictDescriptionand returns -
Uses of SVNConflictDescription in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 with type parameters of type SVNConflictDescriptionModifier and TypeFieldDescriptionprivate java.util.Collection<SVNConflictDescription>SvnWorkingCopyInfo.conflictsMethods in org.tmatesoft.svn.core.wc2 that return types with arguments of type SVNConflictDescriptionModifier and TypeMethodDescriptionjava.util.Collection<SVNConflictDescription>SvnWorkingCopyInfo.getConflicts()Returns all item's conflicts.Method parameters in org.tmatesoft.svn.core.wc2 with type arguments of type SVNConflictDescriptionModifier and TypeMethodDescriptionvoidSvnWorkingCopyInfo.setConflicts(java.util.Collection<SVNConflictDescription> conflicts) Sets the item's conflicts.