Uses of Class
org.apache.subversion.javahl.SubversionException
Packages that use SubversionException
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
-
Uses of SubversionException in org.apache.subversion.javahl
Subclasses of SubversionException in org.apache.subversion.javahlModifier and TypeClassDescriptionclass
This exception is thrown whenever something goes wrong in the Subversion JavaHL binding's JNI interface.(package private) class
This exception is thrown whenever something goes wrong in the Subversion JavaHL binding's JNI code.Methods in org.apache.subversion.javahl that throw SubversionExceptionModifier and TypeMethodDescriptionISVNClient.getMergeinfo
(String path, Revision pegRevision) Get mergeinfo forpath
atpegRevision
.SVNClient.getMergeinfo
(String path, Revision pegRevision) void
ISVNClient.resolve
(String path, Depth depth, ConflictResult.Choice conflictResult) Resolves the conflicted state on a WC path (or tree).void
SVNClient.resolve
(String path, Depth depth, ConflictResult.Choice conflictResult) void
ISVNRepos.setRevProp
(File path, Revision rev, String propName, String propValue, boolean usePreRevPropChangeHook, boolean usePostRevPropChangeHook) Change the value of the revision propertypropName
topropValue
.void
SVNRepos.setRevProp
(File path, Revision rev, String propName, String propValue, boolean usePreRevPropChangeHook, boolean usePostRevPropChangeHook) ISVNClient.suggestMergeSources
(String path, Revision pegRevision) Return an ordered list of suggested merge source URLs.SVNClient.suggestMergeSources
(String path, Revision pegRevision) -
Uses of SubversionException in org.apache.subversion.javahl.callback
Methods in org.apache.subversion.javahl.callback that throw SubversionExceptionModifier and TypeMethodDescriptionConflictResolverCallback.resolve
(ConflictDescriptor descrip) The callback method invoked for each conflict during a merge/update/switch operation. -
Uses of SubversionException in org.tigris.subversion.javahl
Constructors in org.tigris.subversion.javahl with parameters of type SubversionExceptionModifierConstructorDescription(package private)
This constructor is for backward compat. -
Uses of SubversionException in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that throw SubversionExceptionModifier and TypeMethodDescriptionSVNClientImpl.getMergeinfo
(String path, Revision pegRevision) void
SVNClientImpl.resolve
(String path, Depth depth, ConflictResult.Choice conflictResult) void
SVNReposImpl.setRevProp
(File path, Revision rev, String propName, String propValue, boolean usePreRevPropChangeHook, boolean usePostRevPropChangeHook) SVNClientImpl.suggestMergeSources
(String path, Revision pegRevision)