Uses of Class
org.apache.subversion.javahl.DiffSummary
Packages that use DiffSummary
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
-
Uses of DiffSummary in org.apache.subversion.javahl.callback
Methods in org.apache.subversion.javahl.callback with parameters of type DiffSummaryModifier and TypeMethodDescriptionvoidDiffSummaryCallback.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 DiffSummaryModifierConstructorDescription(package private)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 DiffSummaryModifier and TypeMethodDescriptionprivate DiffSummarySVNClientImpl.getDiffSummary(SvnDiffStatus diffStatus)