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 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 SVNLogEntry Modifier and Type Method Description private 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 SVNLogEntry Modifier and Type Field Description static SVNLogEntrySVNLogEntry. EMPTY_ENTRYThis is a log entry children stop marker use by theSVNKitinternals.Methods in org.tmatesoft.svn.core with parameters of type SVNLogEntry Modifier and Type Method Description voidISVNLogEntryHandler. 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 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 SVNLogEntry Modifier and Type Method Description voidSVNMergeDriver.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 SVNLogEntry Modifier and Type Method Description private 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 Modifier and Type Method Description protected SVNLogEntrySvnRepositoryGetInfoImpl. 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. receiverMethods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNLogEntry Modifier and Type Method Description protected SVNLogEntrySvnNgLogMergeInfo. run(SVNWCContext context)Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNLogEntry Modifier and Type Method Description voidSvnNgMergeDriver.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 SVNLogEntry Modifier and Type Method Description private 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 SVNLogEntry Modifier and Type Method Description protected SVNLogEntrySvnOldLogMergeInfo. run()Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNLogEntry Modifier and Type Method Description voidSvnOldLogMergeInfo. 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 SVNLogEntrySvnRemoteLog. run()Methods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SVNLogEntry Modifier and Type Method Description voidSvnRemoteLog. 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 voidSVNRepository.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 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 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 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 SVNLogEntrySVNLookClient. doGetInfo(java.io.File repositoryRoot, java.lang.String transactionName)Retrieves author, timestamp and log message information from the repository for the given transaction name.SVNLogEntrySVNLookClient. 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 voidSVNXMLLogHandler. handleLogEntry(SVNLogEntry logEntry)Handles a next log entry producing corresponding xml.private voidSVNXMLLogHandler. sendToHandler(SVNLogEntry logEntry)
-