Uses of Interface
org.tmatesoft.svn.core.wc.ISVNAnnotateHandler
-
Packages that use ISVNAnnotateHandler Package Description org.tmatesoft.svn.cli.svn org.tmatesoft.svn.core This package mostly contains common classes as well as interfaces used throughout all the library.org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.internal.wc2.remote org.tmatesoft.svn.core.javahl This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package.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.org.tmatesoft.svn.core.wc.xml This package gives an advantage to write annotation, status and log information in xml format to any SAX ContentHandler implementation.org.tmatesoft.svn.core.wc2 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 Modifier and Type Class Description class
SVNBlameCommand
-
Uses of ISVNAnnotateHandler in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as ISVNAnnotateHandler Modifier and Type Field Description private ISVNAnnotateHandler
SVNAnnotationGenerator. myFileHandler
Methods in org.tmatesoft.svn.core with parameters of type ISVNAnnotateHandler Modifier and Type Method Description void
SVNAnnotationGenerator. 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 ISVNAnnotateHandler Constructor Description SVNAnnotationGenerator(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 ISVNAnnotateHandler Modifier and Type Method Description void
SVNLogClient16. doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding)
Invokeshandler
on each line-blame item associated with revisionendRevision
ofpath
, usingstartRevision
as the default source of all blame.void
SVNLogClient16. 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.void
SVNLogClient16. 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 void
SVNLogClient16. 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)
void
SVNLogClient16. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.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, java.lang.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, 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 ISVNAnnotateHandler Modifier and Type Method Description void
SVNLogClient17. doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding)
Invokeshandler
on each line-blame item associated with revisionendRevision
ofpath
, usingstartRevision
as the default source of all blame.void
SVNLogClient17. 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.void
SVNLogClient17. 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.void
SVNLogClient17. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.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, java.lang.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, 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 ISVNAnnotateHandler Modifier and Type Method Description static 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 Modifier and Type Class Description class
SvnOldAnnotate
-
Uses of ISVNAnnotateHandler in org.tmatesoft.svn.core.internal.wc2.remote
Classes in org.tmatesoft.svn.core.internal.wc2.remote that implement ISVNAnnotateHandler Modifier and Type Class Description class
SvnRemoteAnnotate
-
Uses of ISVNAnnotateHandler in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type ISVNAnnotateHandler Modifier and Type Method Description private void
SVNClientImpl. 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 ISVNAnnotateHandler Modifier and Type Method Description void
SVNLogClient. doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding)
Invokeshandler
on each line-blame item associated with revisionendRevision
ofpath
, usingstartRevision
as the default source of all blame.void
SVNLogClient. 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.void
SVNLogClient. 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.void
SVNLogClient. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.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, java.lang.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, 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 ISVNAnnotateHandler Modifier and Type Class Description class
SVNXMLAnnotateHandler
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 ISVNAnnotateHandler Modifier and Type Field Description private ISVNAnnotateHandler
SvnAnnotate. handler
Methods in org.tmatesoft.svn.core.wc2 that return ISVNAnnotateHandler Modifier and Type Method Description ISVNAnnotateHandler
SvnAnnotate. getHandler()
Gets the caller's handler to process annotation information.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISVNAnnotateHandler Modifier and Type Method Description void
SvnAnnotate. setHandler(ISVNAnnotateHandler handler)
Sets the caller's handler to process annotation information.
-