Uses of Class
org.tmatesoft.svn.core.SVNLogEntry
-
Packages that use SVNLogEntry 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. -
-
Uses of SVNLogEntry in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNLogEntry Modifier and Type Method Description static 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 SVNLogEntry Modifier and Type Method 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)
-
Uses of SVNLogEntry in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as SVNLogEntry Modifier and Type Field Description static 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 SVNLogEntry Modifier and Type Method Description void
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 SVNLogEntry Modifier and Type Method Description private 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 SVNLogEntry Modifier and Type Method Description void
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 SVNLogEntry Modifier and Type Method Description private 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 Modifier and Type Method Description protected SVNLogEntry
SvnRepositoryGetInfoImpl. run()
-
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 SVNLogEntry Modifier and Type Method Description static 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 SVNLogEntry Modifier and Type Field Description private ISvnObjectReceiver<SVNLogEntry>
SvnNgLogMergeInfo.LogEntryReceiver. receiver
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNLogEntry Modifier and Type Method Description protected SVNLogEntry
SvnNgLogMergeInfo. run(SVNWCContext context)
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNLogEntry Modifier and Type Method Description void
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 SVNLogEntry Modifier and Type Method 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)
-
Uses of SVNLogEntry in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SVNLogEntry Modifier and Type Method Description protected SVNLogEntry
SvnOldLogMergeInfo. run()
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNLogEntry Modifier and Type Method Description void
SvnOldLogMergeInfo. handleLogEntry(SVNLogEntry logEntry)
-
Uses of SVNLogEntry in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote that return SVNLogEntry Modifier and Type Method Description protected SVNLogEntry
SvnRemoteLog. run()
Methods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SVNLogEntry Modifier and Type Method Description void
SvnRemoteLog. handleLogEntry(SVNLogEntry logEntry)
-
Uses of SVNLogEntry in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type SVNLogEntry Modifier and Type Method 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)
-
Uses of SVNLogEntry in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type SVNLogEntry Modifier and Type Method Description private 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 SVNLogEntry Modifier and Type Method 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.Constructors in org.tmatesoft.svn.core.replicator with parameters of type SVNLogEntry Constructor Description SVNReplicationEditor(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 SVNLogEntry Modifier and Type Method 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. -
Uses of SVNLogEntry in org.tmatesoft.svn.core.wc.xml
Methods in org.tmatesoft.svn.core.wc.xml with parameters of type SVNLogEntry Modifier and Type Method Description void
SVNXMLLogHandler. handleLogEntry(SVNLogEntry logEntry)
Handles a next log entry producing corresponding xml.private void
SVNXMLLogHandler. sendToHandler(SVNLogEntry logEntry)
-