Uses of Interface
org.tigris.subversion.javahl.ConflictResolverCallback
-
Packages that use ConflictResolverCallback Package Description 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.javahl This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package. -
-
Uses of ConflictResolverCallback in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type ConflictResolverCallback Modifier and Type Method Description void
SVNClient. setConflictResolver(ConflictResolverCallback listener)
void
SVNClientInterface. setConflictResolver(ConflictResolverCallback listener)
Set the conflict resolution callback.void
SVNClientSynchronized. setConflictResolver(ConflictResolverCallback listener)
-
Uses of ConflictResolverCallback in org.tmatesoft.svn.core.javahl
Fields in org.tmatesoft.svn.core.javahl declared as ConflictResolverCallback Modifier and Type Field Description private ConflictResolverCallback
SVNClientImpl. myConflictResolverCallback
Methods in org.tmatesoft.svn.core.javahl with parameters of type ConflictResolverCallback Modifier and Type Method Description void
SVNClientImpl. setConflictResolver(ConflictResolverCallback listener)
-