Uses of Class
org.apache.subversion.javahl.SubversionException
-
Packages that use SubversionException Package Description org.apache.subversion.javahl org.apache.subversion.javahl.callback 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.javahl17 -
-
Uses of SubversionException in org.apache.subversion.javahl
Subclasses of SubversionException in org.apache.subversion.javahl Modifier and Type Class Description classClientExceptionThis exception is thrown whenever something goes wrong in the Subversion JavaHL binding's JNI interface.(package private) classNativeExceptionThis exception is thrown whenever something goes wrong in the Subversion JavaHL binding's JNI code.Methods in org.apache.subversion.javahl that throw SubversionException Modifier and Type Method Description MergeinfoISVNClient. getMergeinfo(java.lang.String path, Revision pegRevision)Get mergeinfo forpathatpegRevision.MergeinfoSVNClient. 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 SubversionException Modifier and Type Method Description ConflictResultConflictResolverCallback. 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 SubversionException Constructor Description SubversionException(SubversionException ex)This constructor is for backward compat. -
Uses of SubversionException in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that throw SubversionException Modifier and Type Method Description MergeinfoSVNClientImpl. 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)
-