Uses of Class
org.tigris.subversion.javahl.SubversionException
-
Packages that use SubversionException 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 SubversionException in org.tigris.subversion.javahl
Subclasses of SubversionException in org.tigris.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.tigris.subversion.javahl that throw SubversionException Modifier and Type Method Description MergeinfoSVNClient. getMergeinfo(java.lang.String path, Revision pegRevision)MergeinfoSVNClientInterface. getMergeinfo(java.lang.String path, Revision pegRevision)Get mergeinfo forpathatpegRevision.MergeinfoSVNClientSynchronized. getMergeinfo(java.lang.String path, Revision pegRevision)ConflictResultConflictResolverCallback. resolve(ConflictDescriptor descrip)The callback method invoked for each conflict during a merge/update/switch operation.voidSVNClient. resolve(java.lang.String path, int depth, int conflictResult)voidSVNClientInterface. resolve(java.lang.String path, int depth, int conflictResult)Resolves the conflicted state on a WC path (or tree).voidSVNClientSynchronized. resolve(java.lang.String path, int depth, int conflictResult)voidSVNAdmin. setRevProp(java.lang.String path, Revision rev, java.lang.String propName, java.lang.String propValue, boolean usePreRevPropChangeHook, boolean usePostRevPropChangeHook)Change the value of the revision propertypropNametopropValue.java.lang.String[]SVNClient. suggestMergeSources(java.lang.String path, Revision pegRevision)java.lang.String[]SVNClientInterface. suggestMergeSources(java.lang.String path, Revision pegRevision)Return an ordered list of suggested merge source URLs.java.lang.String[]SVNClientSynchronized. suggestMergeSources(java.lang.String path, Revision pegRevision) -
Uses of SubversionException in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that throw SubversionException Modifier and Type Method Description MergeinfoSVNClientImpl. getMergeinfo(java.lang.String path, Revision revision)java.lang.String[]SVNClientImpl. suggestMergeSources(java.lang.String path, Revision pegRevision)
-