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.io.fs | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc16 | |
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.io |
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
|
org.tmatesoft.svn.core.javahl17 | |
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 |
---|---|
private void |
SVNLogCommand.doDiff(SVNDiffClient client,
SVNLogEntry logEntry,
SVNPath target,
SVNDepth depth) |
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 |
---|---|
private SVNLogEntry |
FSLog.fillLogEntry(long revision,
boolean discoverChangedPaths) |
Modifier and Type | Method and Description |
---|---|
void |
SVNMergeDriver.LogHandlerFilter.handleLogEntry(SVNLogEntry logEntry) |
void |
SVNMergeDriver.CopyFromReceiver.handleLogEntry(SVNLogEntry logEntry) |
void |
SVNMergeDriver.NoopLogHandler.handleLogEntry(SVNLogEntry logEntry) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
SVNBasicDelegate.getPreviousLogPath(java.lang.String path,
SVNLogEntry logEntry,
SVNNodeKind kind) |
void |
SVNBasicDelegate.LocationsLogEntryHandler.handleLogEntry(SVNLogEntry logEntry) |
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 | Field and Description |
---|---|
private ISvnObjectReceiver<SVNLogEntry> |
SvnNgLogMergeInfo.LogEntryReceiver.receiver |
Modifier and Type | Method and Description |
---|---|
protected SVNLogEntry |
SvnNgLogMergeInfo.run(SVNWCContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SvnNgMergeDriver.NoopLogHandler.handleLogEntry(SVNLogEntry logEntry) |
void |
SvnNgMergeDriver.FindOperativeSubtreeRevisions.handleLogEntry(SVNLogEntry logEntry) |
void |
SvnNgLogMergeInfo.LogEntryReceiver.receive(SvnTarget target,
SVNLogEntry logEntry) |
Modifier and Type | Method and Description |
---|---|
private void |
SvnNgLogMergeInfo.logForMergeInfoRangeList(SVNURL sourceURL,
java.util.List<java.lang.String> mergeSourcePaths,
boolean filteringMerged,
SVNMergeRangeList rangelist,
boolean oldestRevsFirst,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>> targetCatalog,
java.lang.String absReposTargetPath,
boolean discoverChangedPaths,
java.lang.String[] revprops,
ISvnObjectReceiver<SVNLogEntry> receiver) |
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 |
---|---|
void |
SVNRepository.DeletedRevisionLogHandler.handleLogEntry(SVNLogEntry logEntry) |
void |
SVNRepository.FileRevisionsLogHandler.handleLogEntry(SVNLogEntry logEntry) |
void |
SVNRepository.LocationSegmentsLogHandler.handleLogEntry(SVNLogEntry logEntry) |
void |
SVNRepository.LocationsLogHandler.handleLogEntry(SVNLogEntry logEntry) |
Modifier and Type | Method and Description |
---|---|
private ISvnObjectReceiver<SVNLogEntry> |
SVNClientImpl.getLogEntryReceiver(LogMessageCallback callback) |
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(java.io.File repositoryRoot,
java.lang.String transactionName)
Retrieves author, timestamp and log message information from
the repository for the given transaction name.
|
SVNLogEntry |
SVNLookClient.doGetInfo(java.io.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.
|
private void |
SVNXMLLogHandler.sendToHandler(SVNLogEntry logEntry) |