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 ISVNAnnotateHandlerSVNAnnotationGenerator.myFileHandlerMethods in org.tmatesoft.svn.core with parameters of type ISVNAnnotateHandlerModifier and TypeMethodDescriptionvoidSVNAnnotationGenerator.reportAnnotations(ISVNAnnotateHandler handler, java.lang.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(java.lang.String path, java.io.File tmpDirectory, long startRevision, boolean force, boolean includeMergedRevisions, SVNDiffOptions diffOptions, java.lang.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 TypeMethodDescriptionvoidSVNLogClient16.doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandleron each line-blame item associated with revisionendRevisionofpath, usingstartRevisionas the default source of all blame.voidSVNLogClient16.doAnnotate(java.io.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.voidSVNLogClient16.doAnnotate(java.io.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 voidSVNLogClient16.doAnnotate(java.lang.String path, long startRev, java.io.File tmpFile, SVNRepository repos, long endRev, boolean ignoreMimeType, ISVNAnnotateHandler handler, java.lang.String inputEncoding, boolean includeMergedRevisions) voidSVNLogClient16.doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandleron each line-blame item associated with revisionendRevisionofurl, usingstartRevisionas the default source of all blame.voidSVNLogClient16.doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.voidSVNLogClient16.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.voidSVNLogClient16.doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler, java.lang.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 TypeMethodDescriptionvoidSVNLogClient17.doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandleron each line-blame item associated with revisionendRevisionofpath, usingstartRevisionas the default source of all blame.voidSVNLogClient17.doAnnotate(java.io.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.voidSVNLogClient17.doAnnotate(java.io.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.voidSVNLogClient17.doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandleron each line-blame item associated with revisionendRevisionofurl, usingstartRevisionas the default source of all blame.voidSVNLogClient17.doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.voidSVNLogClient17.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.voidSVNLogClient17.doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler, java.lang.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 ISVNAnnotateHandlerModifier and TypeMethodDescriptionprivate voidSVNClientImpl.blame(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler) -
Uses of ISVNAnnotateHandler in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNAnnotateHandlerModifier and TypeMethodDescriptionvoidSVNLogClient.doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandleron each line-blame item associated with revisionendRevisionofpath, usingstartRevisionas the default source of all blame.voidSVNLogClient.doAnnotate(java.io.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.voidSVNLogClient.doAnnotate(java.io.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.voidSVNLogClient.doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandleron each line-blame item associated with revisionendRevisionofurl, usingstartRevisionas the default source of all blame.voidSVNLogClient.doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.voidSVNLogClient.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.voidSVNLogClient.doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler, java.lang.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 TypeClassDescriptionclassThis 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 TypeMethodDescriptionvoidSvnAnnotate.setHandler(ISVNAnnotateHandler handler) Sets the caller's handler to process annotation information.