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 LogMessageJavaHLObjectFactory.createLogMessage(SVNLogEntry logEntry) static voidJavaHLObjectFactory.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 voidSVNLogCommand.doDiff(SVNDiffClient client, SVNLogEntry logEntry, SVNPath target, SVNDepth depth) voidSVNLogCommand.handleLogEntry(SVNLogEntry logEntry) voidSVNMergeInfoCommand.handleLogEntry(SVNLogEntry logEntry) protected voidSVNLogCommand.printLogEntry(SVNLogEntry logEntry) protected voidSVNLogCommand.printLogEntryXML(SVNLogEntry logEntry) -
Uses of SVNLogEntry in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as SVNLogEntryModifier and TypeFieldDescriptionstatic SVNLogEntrySVNLogEntry.EMPTY_ENTRYThis is a log entry children stop marker use by theSVNKitinternals.Methods in org.tmatesoft.svn.core with parameters of type SVNLogEntryModifier and TypeMethodDescriptionvoidISVNLogEntryHandler.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 SVNLogEntryFSLog.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 TypeMethodDescriptionvoidSVNMergeDriver.CopyFromReceiver.handleLogEntry(SVNLogEntry logEntry) voidSVNMergeDriver.LogHandlerFilter.handleLogEntry(SVNLogEntry logEntry) voidSVNMergeDriver.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.StringSVNBasicDelegate.getPreviousLogPath(java.lang.String path, SVNLogEntry logEntry, SVNNodeKind kind) voidSVNBasicDelegate.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.receiverMethods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNLogEntryModifier and TypeMethodDescriptionprotected SVNLogEntrySvnNgLogMergeInfo.run(SVNWCContext context) Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNLogEntryModifier and TypeMethodDescriptionvoidSvnNgMergeDriver.FindOperativeSubtreeRevisions.handleLogEntry(SVNLogEntry logEntry) voidSvnNgMergeDriver.NoopLogHandler.handleLogEntry(SVNLogEntry logEntry) voidSvnNgLogMergeInfo.LogEntryReceiver.receive(SvnTarget target, SVNLogEntry logEntry) Method parameters in org.tmatesoft.svn.core.internal.wc2.ng with type arguments of type SVNLogEntryModifier and TypeMethodDescriptionprivate voidSvnNgLogMergeInfo.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 TypeMethodDescriptionvoidSVNRepository.DeletedRevisionLogHandler.handleLogEntry(SVNLogEntry logEntry) voidSVNRepository.FileRevisionsLogHandler.handleLogEntry(SVNLogEntry logEntry) voidSVNRepository.LocationSegmentsLogHandler.handleLogEntry(SVNLogEntry logEntry) voidSVNRepository.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 voidSVNRepositoryReplicator.fireReplicatingEvent(SVNLogEntry revision) Fires a replicating iteration started event to the registered handler.voidISVNReplicationHandler.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 TypeMethodDescriptionvoidSVNXMLLogHandler.handleLogEntry(SVNLogEntry logEntry) Handles a next log entry producing corresponding xml.private voidSVNXMLLogHandler.sendToHandler(SVNLogEntry logEntry)