Uses of Class
org.tmatesoft.svn.core.SVNLogEntry
Packages that use SVNLogEntry
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package mostly contains common classes as well as interfaces used
throughout all the library.
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
This package provides classes that allow to replicate existing
repositories.
This package provides API for administrative managing Subversion repositories on a local machine.
This package gives an advantage to write annotation, status and log
information in xml format to any SAX ContentHandler implementation.
-
Uses of SVNLogEntry in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNLogEntryModifier and TypeMethodDescriptionstatic LogMessage
JavaHLObjectFactory.createLogMessage
(SVNLogEntry logEntry) static void
JavaHLObjectFactory.handleLogMessage
(SVNLogEntry logEntry, LogMessageCallback handler) -
Uses of SVNLogEntry in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNLogEntryModifier and TypeMethodDescriptionprivate 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) -
Uses of SVNLogEntry in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as SVNLogEntryModifier and TypeFieldDescriptionstatic SVNLogEntry
SVNLogEntry.EMPTY_ENTRY
This is a log entry children stop marker use by theSVNKit
internals.Methods in org.tmatesoft.svn.core with parameters of type SVNLogEntryModifier and TypeMethodDescriptionvoid
ISVNLogEntryHandler.handleLogEntry
(SVNLogEntry logEntry) Handles a log entry passed. -
Uses of SVNLogEntry in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return SVNLogEntryModifier and TypeMethodDescriptionprivate SVNLogEntry
FSLog.fillLogEntry
(long revision, boolean discoverChangedPaths) -
Uses of SVNLogEntry in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNLogEntryModifier and TypeMethodDescriptionvoid
SVNMergeDriver.CopyFromReceiver.handleLogEntry
(SVNLogEntry logEntry) void
SVNMergeDriver.LogHandlerFilter.handleLogEntry
(SVNLogEntry logEntry) void
SVNMergeDriver.NoopLogHandler.handleLogEntry
(SVNLogEntry logEntry) -
Uses of SVNLogEntry in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNLogEntryModifier and TypeMethodDescriptionprivate static java.lang.String
SVNBasicDelegate.getPreviousLogPath
(java.lang.String path, SVNLogEntry logEntry, SVNNodeKind kind) void
SVNBasicDelegate.LocationsLogEntryHandler.handleLogEntry
(SVNLogEntry logEntry) -
Uses of SVNLogEntry in org.tmatesoft.svn.core.internal.wc2.admin
Methods in org.tmatesoft.svn.core.internal.wc2.admin that return SVNLogEntry -
Uses of SVNLogEntry in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return types with arguments of type SVNLogEntryModifier and TypeMethodDescriptionstatic ISvnObjectReceiver<SVNLogEntry>
SvnCodec.logReceiver
(ISVNLogEntryHandler handler) -
Uses of SVNLogEntry in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng with type parameters of type SVNLogEntryModifier and TypeFieldDescriptionprivate ISvnObjectReceiver<SVNLogEntry>
SvnNgLogMergeInfo.LogEntryReceiver.receiver
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNLogEntryModifier and TypeMethodDescriptionprotected SVNLogEntry
SvnNgLogMergeInfo.run
(SVNWCContext context) Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNLogEntryModifier and TypeMethodDescriptionvoid
SvnNgMergeDriver.FindOperativeSubtreeRevisions.handleLogEntry
(SVNLogEntry logEntry) void
SvnNgMergeDriver.NoopLogHandler.handleLogEntry
(SVNLogEntry logEntry) void
SvnNgLogMergeInfo.LogEntryReceiver.receive
(SvnTarget target, SVNLogEntry logEntry) Method parameters in org.tmatesoft.svn.core.internal.wc2.ng with type arguments of type SVNLogEntryModifier and TypeMethodDescriptionprivate 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) -
Uses of SVNLogEntry in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SVNLogEntryMethods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNLogEntry -
Uses of SVNLogEntry in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote that return SVNLogEntryMethods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SVNLogEntry -
Uses of SVNLogEntry in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type SVNLogEntryModifier and TypeMethodDescriptionvoid
SVNRepository.DeletedRevisionLogHandler.handleLogEntry
(SVNLogEntry logEntry) void
SVNRepository.FileRevisionsLogHandler.handleLogEntry
(SVNLogEntry logEntry) void
SVNRepository.LocationSegmentsLogHandler.handleLogEntry
(SVNLogEntry logEntry) void
SVNRepository.LocationsLogHandler.handleLogEntry
(SVNLogEntry logEntry) -
Uses of SVNLogEntry in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type SVNLogEntryModifier and TypeMethodDescriptionprivate ISvnObjectReceiver<SVNLogEntry>
SVNClientImpl.getLogEntryReceiver
(LogMessageCallback callback) -
Uses of SVNLogEntry in org.tmatesoft.svn.core.replicator
Methods in org.tmatesoft.svn.core.replicator with parameters of type SVNLogEntryModifier and TypeMethodDescriptionprotected 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.Constructors in org.tmatesoft.svn.core.replicator with parameters of type SVNLogEntryModifierConstructorDescriptionSVNReplicationEditor
(SVNRepository repository, ISVNEditor commitEditor, SVNLogEntry revision) Creates a new replication editor. -
Uses of SVNLogEntry in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin that return SVNLogEntryModifier and TypeMethodDescriptionSVNLookClient.doGetInfo
(java.io.File repositoryRoot, java.lang.String transactionName) Retrieves author, timestamp and log message information from the repository for the given transaction name.SVNLookClient.doGetInfo
(java.io.File repositoryRoot, SVNRevision revision) Retrieves author, timestamp and log message information from the repository for the given revision. -
Uses of SVNLogEntry in org.tmatesoft.svn.core.wc.xml
Methods in org.tmatesoft.svn.core.wc.xml with parameters of type SVNLogEntryModifier and TypeMethodDescriptionvoid
SVNXMLLogHandler.handleLogEntry
(SVNLogEntry logEntry) Handles a next log entry producing corresponding xml.private void
SVNXMLLogHandler.sendToHandler
(SVNLogEntry logEntry)