Uses of Interface
org.tmatesoft.svn.core.wc.ISVNAnnotateHandler
Packages that use ISVNAnnotateHandler
Package
Description
This package mostly contains common classes as well as interfaces used
throughout all the library.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
This package gives an advantage to write annotation, status and log
information in xml format to any SAX ContentHandler implementation.
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
-
Uses of ISVNAnnotateHandler in org.tmatesoft.svn.cli.svn
Classes in org.tmatesoft.svn.cli.svn that implement ISVNAnnotateHandler -
Uses of ISVNAnnotateHandler in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as ISVNAnnotateHandlerModifier and TypeFieldDescriptionprivate ISVNAnnotateHandler
SVNAnnotationGenerator.myFileHandler
Methods in org.tmatesoft.svn.core with parameters of type ISVNAnnotateHandlerModifier and TypeMethodDescriptionvoid
SVNAnnotationGenerator.reportAnnotations
(ISVNAnnotateHandler handler, String inputEncoding) Dispatches file lines along with author & revision info to the provided annotation handler.Constructors in org.tmatesoft.svn.core with parameters of type ISVNAnnotateHandlerModifierConstructorDescriptionSVNAnnotationGenerator
(String path, File tmpDirectory, long startRevision, boolean force, boolean includeMergedRevisions, SVNDiffOptions diffOptions, String encoding, ISVNAnnotateHandler handler, ISVNEventHandler cancelBaton) Constructs an annotation generator object. -
Uses of ISVNAnnotateHandler in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNAnnotateHandlerModifier and TypeMethodDescriptionvoid
SVNLogClient16.doAnnotate
(File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, String inputEncoding) Invokeshandler
on each line-blame item associated with revisionendRevision
ofpath
, usingstartRevision
as the default source of all blame.void
SVNLogClient16.doAnnotate
(File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient16.doAnnotate
(File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.private void
SVNLogClient16.doAnnotate
(String path, long startRev, File tmpFile, SVNRepository repos, long endRev, boolean ignoreMimeType, ISVNAnnotateHandler handler, String inputEncoding, boolean includeMergedRevisions) void
SVNLogClient16.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, String inputEncoding) Invokeshandler
on each line-blame item associated with revisionendRevision
ofurl
, usingstartRevision
as the default source of all blame.void
SVNLogClient16.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler, String inputEncoding) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient16.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient16.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler, String inputEncoding) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler. -
Uses of ISVNAnnotateHandler in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNAnnotateHandlerModifier and TypeMethodDescriptionvoid
SVNLogClient17.doAnnotate
(File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, String inputEncoding) Invokeshandler
on each line-blame item associated with revisionendRevision
ofpath
, usingstartRevision
as the default source of all blame.void
SVNLogClient17.doAnnotate
(File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient17.doAnnotate
(File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient17.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, String inputEncoding) Invokeshandler
on each line-blame item associated with revisionendRevision
ofurl
, usingstartRevision
as the default source of all blame.void
SVNLogClient17.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler, String inputEncoding) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient17.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient17.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler, String inputEncoding) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler. -
Uses of ISVNAnnotateHandler in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNAnnotateHandlerModifier and TypeMethodDescriptionstatic ISvnObjectReceiver<SvnAnnotateItem>
SvnCodec.annotateReceiver
(ISVNAnnotateHandler handler) -
Uses of ISVNAnnotateHandler in org.tmatesoft.svn.core.internal.wc2.old
Classes in org.tmatesoft.svn.core.internal.wc2.old that implement ISVNAnnotateHandler -
Uses of ISVNAnnotateHandler in org.tmatesoft.svn.core.internal.wc2.remote
Classes in org.tmatesoft.svn.core.internal.wc2.remote that implement ISVNAnnotateHandler -
Uses of ISVNAnnotateHandler in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type ISVNAnnotateHandler -
Uses of ISVNAnnotateHandler in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNAnnotateHandlerModifier and TypeMethodDescriptionvoid
SVNLogClient.doAnnotate
(File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, String inputEncoding) Invokeshandler
on each line-blame item associated with revisionendRevision
ofpath
, usingstartRevision
as the default source of all blame.void
SVNLogClient.doAnnotate
(File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient.doAnnotate
(File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, String inputEncoding) Invokeshandler
on each line-blame item associated with revisionendRevision
ofurl
, usingstartRevision
as the default source of all blame.void
SVNLogClient.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler, String inputEncoding) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler, String inputEncoding) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler. -
Uses of ISVNAnnotateHandler in org.tmatesoft.svn.core.wc.xml
Classes in org.tmatesoft.svn.core.wc.xml that implement ISVNAnnotateHandlerModifier and TypeClassDescriptionclass
This is an implementation of the ISVNAnnotateHandler interface that writes XML formatted annotation information to a specified ContentHandler. -
Uses of ISVNAnnotateHandler in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISVNAnnotateHandlerMethods in org.tmatesoft.svn.core.wc2 that return ISVNAnnotateHandlerModifier and TypeMethodDescriptionSvnAnnotate.getHandler()
Gets the caller's handler to process annotation information.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISVNAnnotateHandlerModifier and TypeMethodDescriptionvoid
SvnAnnotate.setHandler
(ISVNAnnotateHandler handler) Sets the caller's handler to process annotation information.