Package | Description |
---|---|
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
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.wc2.admin | |
org.tmatesoft.svn.core.internal.wc2.compat | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.internal.wc2.old | |
org.tmatesoft.svn.core.internal.wc2.remote | |
org.tmatesoft.svn.core.replicator |
This package provides classes that allow to replicate existing
repositories.
|
org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static LogMessage |
JavaHLObjectFactory.createLogMessage(SVNLogEntry logEntry) |
static void |
JavaHLObjectFactory.handleLogMessage(SVNLogEntry logEntry,
LogMessageCallback handler) |
Modifier and Type | Method and Description |
---|---|
void |
SVNLogCommand.handleLogEntry(SVNLogEntry logEntry) |
void |
SVNMergeInfoCommand.handleLogEntry(SVNLogEntry logEntry) |
protected void |
SVNLogCommand.printLogEntry(SVNLogEntry logEntry) |
protected void |
SVNLogCommand.printLogEntryXML(SVNLogEntry logEntry) |
Modifier and Type | Field and Description |
---|---|
static SVNLogEntry |
SVNLogEntry.EMPTY_ENTRY
This is a log entry children stop marker use by the
SVNKit internals. |
Modifier and Type | Method and Description |
---|---|
void |
ISVNLogEntryHandler.handleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.
|
Modifier and Type | Method and Description |
---|---|
protected SVNLogEntry |
SvnRepositoryGetInfoImpl.run() |
Modifier and Type | Method and Description |
---|---|
static ISvnObjectReceiver<SVNLogEntry> |
SvnCodec.logReceiver(ISVNLogEntryHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected SVNLogEntry |
SvnNgLogMergeInfo.run(SVNWCContext context) |
Modifier and Type | Method and Description |
---|---|
protected SVNLogEntry |
SvnOldLogMergeInfo.run() |
Modifier and Type | Method and Description |
---|---|
void |
SvnOldLogMergeInfo.handleLogEntry(SVNLogEntry logEntry) |
Modifier and Type | Method and Description |
---|---|
protected SVNLogEntry |
SvnRemoteLog.run() |
Modifier and Type | Method and Description |
---|---|
void |
SvnRemoteLog.handleLogEntry(SVNLogEntry logEntry) |
Modifier and Type | Method and Description |
---|---|
protected void |
SVNRepositoryReplicator.fireReplicatingEvent(SVNLogEntry revision)
Fires a replicating iteration started event to the registered
handler.
|
void |
ISVNReplicationHandler.revisionReplicating(SVNRepositoryReplicator source,
SVNLogEntry logEntry)
Notifies this handler that the replicator is about to start a next
revision copying operation.
|
Constructor and Description |
---|
SVNReplicationEditor(SVNRepository repository,
ISVNEditor commitEditor,
SVNLogEntry revision)
Creates a new replication editor.
|
Modifier and Type | Method and Description |
---|---|
SVNLogEntry |
SVNLookClient.doGetInfo(File repositoryRoot,
String transactionName)
Retrieves author, timestamp and log message information from
the repository for the given transaction name.
|
SVNLogEntry |
SVNLookClient.doGetInfo(File repositoryRoot,
SVNRevision revision)
Retrieves author, timestamp and log message information from
the repository for the given revision.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNXMLLogHandler.handleLogEntry(SVNLogEntry logEntry)
Handles a next log entry producing corresponding xml.
|
Copyright © 2019. All rights reserved.