Uses of Interface
org.tmatesoft.svn.core.wc.ISVNDiffStatusHandler
-
Packages that use ISVNDiffStatusHandler Package Description org.tmatesoft.svn.cli.svn org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client. -
-
Uses of ISVNDiffStatusHandler in org.tmatesoft.svn.cli.svn
Classes in org.tmatesoft.svn.cli.svn that implement ISVNDiffStatusHandler Modifier and Type Class Description classSVNDiffCommand -
Uses of ISVNDiffStatusHandler in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as ISVNDiffStatusHandler Modifier and Type Field Description private ISVNDiffStatusHandlerSVNDiffStatusEditor. myHandlerConstructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNDiffStatusHandler Constructor Description SVNDiffStatusEditor(java.io.File anchor, java.lang.String target, SVNRepository repos, long revision, ISVNDiffStatusHandler handler) -
Uses of ISVNDiffStatusHandler in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNDiffStatusHandler Modifier and Type Method Description voidSVNDiffClient16. doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)voidSVNDiffClient16. doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenpath1/rNandpath2/rMwithout creating text deltas.voidSVNDiffClient16. doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)voidSVNDiffClient16. doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenpath1/rNandurl2/rMwithout creating text deltas.voidSVNDiffClient16. doDiffStatus(java.io.File path, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenpathin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient16. doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)voidSVNDiffClient16. doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenurl1/rNandpath2/rMwithout creating text deltas.voidSVNDiffClient16. doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)voidSVNDiffClient16. doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenurl1/rNandurl2/rMwithout creating text deltas.voidSVNDiffClient16. doDiffStatus(SVNURL url, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenurlin peg revisionpegRevision, as it changed betweenrNandrM.private voidSVNDiffClient16. doDiffURLURL(SVNURL url1, java.io.File path1, SVNRevision revision1, SVNURL url2, java.io.File path2, SVNRevision revision2, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) -
Uses of ISVNDiffStatusHandler in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNDiffStatusHandler Modifier and Type Method Description static ISvnObjectReceiver<SvnDiffStatus>SvnCodec. diffStatusReceiver(ISVNDiffStatusHandler handler) -
Uses of ISVNDiffStatusHandler in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as ISVNDiffStatusHandler Modifier and Type Field Description private ISVNDiffStatusHandlerSvnDiffSummarizeCallback. handlerMethods in org.tmatesoft.svn.core.internal.wc2.ng that return ISVNDiffStatusHandler Modifier and Type Method Description private static ISVNDiffStatusHandlerSvnNgDiffSummarize. createHandlerForReceiver(ISvnObjectReceiver<SvnDiffStatus> receiver)Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNDiffStatusHandler Modifier and Type Method Description private voidSvnNgDiffSummarize. doDiff(SvnTarget target1, SVNRevision revision1, SvnTarget target2, SVNRevision revision2, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)private voidSvnNgDiffSummarize. doDiffReposRepos(SVNURL url1, java.io.File path1, SVNRevision revision1, SVNURL url2, java.io.File path2, SVNRevision revision2, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)private voidSvnNgDiffSummarize. doDiffReposWC(SvnTarget target1, SVNRevision revision1, SvnTarget target2, SVNRevision revision2, SVNRevision pegRevision, boolean reverse, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)static voidSvnNgDiffUtil. doDiffSummarizeReposWC(SvnTarget target1, SVNRevision revision1, SVNRevision pegRevision, SvnTarget target2, SVNRevision revision2, boolean reverse, SvnNgRepositoryAccess repositoryAccess, SVNWCContext context, boolean useGitDiffFormat, SVNDepth depth, boolean useAncestry, java.util.Collection<java.lang.String> changelists, boolean showCopiesAsAdds, ISvnDiffGenerator generator, ISVNDiffStatusHandler handler, ISVNCanceller canceller)private voidSvnNgDiffSummarize. doDiffURL(SVNURL url, java.io.File path, SVNRevision startRevision, SVNRevision endRevision, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)private voidSvnNgDiffSummarize. doDiffWCWC(SvnTarget target1, SVNRevision revision1, SvnTarget target2, SVNRevision revision2, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNDiffStatusHandler Constructor Description SvnDiffSummarizeCallback(java.io.File targetAbsPath, boolean reversed, SVNURL baseUrl, java.io.File baseDirectory, ISVNDiffStatusHandler handler) -
Uses of ISVNDiffStatusHandler in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNDiffStatusHandler Modifier and Type Method Description voidSVNDiffClient. doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)voidSVNDiffClient. doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenpath1/rNandpath2/rMwithout creating text deltas.voidSVNDiffClient. doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)voidSVNDiffClient. doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenpath1/rNandurl2/rMwithout creating text deltas.voidSVNDiffClient. doDiffStatus(java.io.File path, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenpathin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient. doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)voidSVNDiffClient. doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenurl1/rNandpath2/rMwithout creating text deltas.voidSVNDiffClient. doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)voidSVNDiffClient. doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenurl1/rNandurl2/rMwithout creating text deltas.voidSVNDiffClient. doDiffStatus(SVNURL url, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenurlin peg revisionpegRevision, as it changed betweenrNandrM.private voidSVNDiffClient. doDiffStatus(SvnTarget source, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)private voidSVNDiffClient. doDiffStatus(SvnTarget source1, SvnTarget source2, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
-