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 TypeClassDescriptionclassThis exception is thrown whenever something goes wrong in the Subversion JavaHL binding's JNI interface.(package private) classThis 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(java.lang.String path, Revision pegRevision) Get mergeinfo forpathatpegRevision.SVNClient.getMergeinfo(java.lang.String path, Revision pegRevision) voidISVNClient.resolve(java.lang.String path, Depth depth, ConflictResult.Choice conflictResult) Resolves the conflicted state on a WC path (or tree).voidSVNClient.resolve(java.lang.String path, Depth depth, ConflictResult.Choice conflictResult) voidISVNRepos.setRevProp(java.io.File path, Revision rev, java.lang.String propName, java.lang.String propValue, boolean usePreRevPropChangeHook, boolean usePostRevPropChangeHook) Change the value of the revision propertypropNametopropValue.voidSVNRepos.setRevProp(java.io.File path, Revision rev, java.lang.String propName, java.lang.String propValue, boolean usePreRevPropChangeHook, boolean usePostRevPropChangeHook) java.util.Set<java.lang.String>ISVNClient.suggestMergeSources(java.lang.String path, Revision pegRevision) Return an ordered list of suggested merge source URLs.java.util.Set<java.lang.String>SVNClient.suggestMergeSources(java.lang.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(java.lang.String path, Revision pegRevision) voidSVNClientImpl.resolve(java.lang.String path, Depth depth, ConflictResult.Choice conflictResult) voidSVNReposImpl.setRevProp(java.io.File path, Revision rev, java.lang.String propName, java.lang.String propValue, boolean usePreRevPropChangeHook, boolean usePostRevPropChangeHook) java.util.Set<java.lang.String>SVNClientImpl.suggestMergeSources(java.lang.String path, Revision pegRevision)