Uses of Class
org.apache.subversion.javahl.DiffSummary
-
Packages that use DiffSummary Package Description 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 DiffSummary in org.apache.subversion.javahl.callback
Methods in org.apache.subversion.javahl.callback with parameters of type DiffSummary Modifier and Type Method Description void
DiffSummaryCallback. onSummary(DiffSummary descriptor)
Implement this interface to receive diff summaries from theISVNClient.diffSummarize(java.lang.String, org.apache.subversion.javahl.types.Revision, java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Depth, java.util.Collection<java.lang.String>, boolean, org.apache.subversion.javahl.callback.DiffSummaryCallback)
API. -
Uses of DiffSummary in org.tigris.subversion.javahl
Constructors in org.tigris.subversion.javahl with parameters of type DiffSummary Constructor Description DiffSummary(DiffSummary aSummary)
This constructor is for backward compat. -
Uses of DiffSummary in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return DiffSummary Modifier and Type Method Description private DiffSummary
SVNClientImpl. getDiffSummary(SvnDiffStatus diffStatus)
-