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 class
SVNDiffCommand
-
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 ISVNDiffStatusHandler
SVNDiffStatusEditor. myHandler
Constructors 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 void
SVNDiffClient16. doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)
void
SVNDiffClient16. 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
/rN
andpath2
/rM
without creating text deltas.void
SVNDiffClient16. doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)
void
SVNDiffClient16. 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
/rN
andurl2
/rM
without creating text deltas.void
SVNDiffClient16. 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 betweenpath
in peg revisionpegRevision
, as it changed betweenrN
andrM
.void
SVNDiffClient16. doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)
void
SVNDiffClient16. 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
/rN
andpath2
/rM
without creating text deltas.void
SVNDiffClient16. doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)
void
SVNDiffClient16. 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
/rN
andurl2
/rM
without creating text deltas.void
SVNDiffClient16. doDiffStatus(SVNURL url, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
Produces a diff summary which lists the changed items betweenurl
in peg revisionpegRevision
, as it changed betweenrN
andrM
.private void
SVNDiffClient16. 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 ISVNDiffStatusHandler
SvnDiffSummarizeCallback. handler
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return ISVNDiffStatusHandler Modifier and Type Method Description private static ISVNDiffStatusHandler
SvnNgDiffSummarize. createHandlerForReceiver(ISvnObjectReceiver<SvnDiffStatus> receiver)
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNDiffStatusHandler Modifier and Type Method Description private void
SvnNgDiffSummarize. doDiff(SvnTarget target1, SVNRevision revision1, SvnTarget target2, SVNRevision revision2, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
private void
SvnNgDiffSummarize. 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 void
SvnNgDiffSummarize. doDiffReposWC(SvnTarget target1, SVNRevision revision1, SvnTarget target2, SVNRevision revision2, SVNRevision pegRevision, boolean reverse, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
static void
SvnNgDiffUtil. 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 void
SvnNgDiffSummarize. doDiffURL(SVNURL url, java.io.File path, SVNRevision startRevision, SVNRevision endRevision, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
private void
SvnNgDiffSummarize. 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 void
SVNDiffClient. doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)
void
SVNDiffClient. 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
/rN
andpath2
/rM
without creating text deltas.void
SVNDiffClient. doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)
void
SVNDiffClient. 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
/rN
andurl2
/rM
without creating text deltas.void
SVNDiffClient. 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 betweenpath
in peg revisionpegRevision
, as it changed betweenrN
andrM
.void
SVNDiffClient. doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)
void
SVNDiffClient. 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
/rN
andpath2
/rM
without creating text deltas.void
SVNDiffClient. doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)
void
SVNDiffClient. 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
/rN
andurl2
/rM
without creating text deltas.void
SVNDiffClient. doDiffStatus(SVNURL url, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
Produces a diff summary which lists the changed items betweenurl
in peg revisionpegRevision
, as it changed betweenrN
andrM
.private void
SVNDiffClient. doDiffStatus(SvnTarget source, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
private void
SVNDiffClient. doDiffStatus(SvnTarget source1, SvnTarget source2, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
-