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.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNBlameCommand |
Modifier and Type | Field and Description |
---|---|
private ISVNAnnotateHandler |
SVNAnnotationGenerator.myFileHandler |
Modifier and Type | Method and Description |
---|---|
void |
SVNAnnotationGenerator.reportAnnotations(ISVNAnnotateHandler handler,
java.lang.String inputEncoding)
Dispatches file lines along with author & revision info to the provided
annotation handler.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNLogClient16.doAnnotate(java.io.File path,
SVNRevision pegRevision,
SVNRevision startRevision,
SVNRevision endRevision,
boolean ignoreMimeType,
boolean includeMergedRevisions,
ISVNAnnotateHandler handler,
java.lang.String inputEncoding)
Invokes
handler on each line-blame item associated with
revision endRevision of path , using
startRevision 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)
Invokes
handler on each line-blame item associated with
revision endRevision of url , using
startRevision 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNLogClient17.doAnnotate(java.io.File path,
SVNRevision pegRevision,
SVNRevision startRevision,
SVNRevision endRevision,
boolean ignoreMimeType,
boolean includeMergedRevisions,
ISVNAnnotateHandler handler,
java.lang.String inputEncoding)
Invokes
handler on each line-blame item associated with
revision endRevision of path , using
startRevision 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)
Invokes
handler on each line-blame item associated with
revision endRevision of url , using
startRevision 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.
|
Modifier and Type | Method and Description |
---|---|
static ISvnObjectReceiver<SvnAnnotateItem> |
SvnCodec.annotateReceiver(ISVNAnnotateHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
SvnOldAnnotate |
Modifier and Type | Class and Description |
---|---|
class |
SvnRemoteAnnotate |
Modifier and Type | Method and Description |
---|---|
private void |
SVNClientImpl.blame(java.lang.String path,
Revision pegRevision,
Revision revisionStart,
Revision revisionEnd,
boolean ignoreMimeType,
boolean includeMergedRevisions,
ISVNAnnotateHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SVNLogClient.doAnnotate(java.io.File path,
SVNRevision pegRevision,
SVNRevision startRevision,
SVNRevision endRevision,
boolean ignoreMimeType,
boolean includeMergedRevisions,
ISVNAnnotateHandler handler,
java.lang.String inputEncoding)
Invokes
handler on each line-blame item associated with
revision endRevision of path , using
startRevision 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)
Invokes
handler on each line-blame item associated with
revision endRevision of url , using
startRevision 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.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNXMLAnnotateHandler
This is an implementation of the ISVNAnnotateHandler interface
that writes XML formatted annotation information to a specified
ContentHandler.
|
Modifier and Type | Field and Description |
---|---|
private ISVNAnnotateHandler |
SvnAnnotate.handler |
Modifier and Type | Method and Description |
---|---|
ISVNAnnotateHandler |
SvnAnnotate.getHandler()
Gets the caller's handler to process annotation information.
|
Modifier and Type | Method and Description |
---|---|
void |
SvnAnnotate.setHandler(ISVNAnnotateHandler handler)
Sets the caller's handler to process annotation information.
|