Uses of Class
org.tmatesoft.svn.core.io.SVNLocationEntry
Packages that use SVNLocationEntry
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
-
Uses of SVNLocationEntry in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNLocationEntryModifier and TypeMethodDescriptionstatic CopySource
JavaHLObjectFactory.createCopySource
(SVNLocationEntry location) -
Uses of SVNLocationEntry in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as SVNLocationEntryModifier and TypeFieldDescriptionprivate SVNLocationEntry
FSNodeHistory.myHistoryEntry
private SVNLocationEntry
FSNodeHistory.mySearchResumeEntry
Methods in org.tmatesoft.svn.core.internal.io.fs that return SVNLocationEntryModifier and TypeMethodDescriptionprivate SVNLocationEntry
FSUpdateContext.addFileSmartly
(String editPath, String originalPath) static SVNLocationEntry
FSNodeHistory.findYoungestCopyroot
(File reposRootDir, FSParentPath parPath) FSNodeHistory.getHistoryEntry()
FSFS.getPreviousLocation
(String path, long revision, long[] appearedRevision) FSRevisionRoot.getPreviousLocation
(String path, long[] appearedRevision) Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNLocationEntryModifier and TypeMethodDescriptionprivate void
FSFileRevisionsFinder.sendPathRevision
(SVNLocationEntry pathRevision, FSFileRevisionsFinder.SendBaton sendBaton, ISVNFileRevisionHandler handler) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNLocationEntryModifierConstructorDescriptionFSNodeHistory
(SVNLocationEntry newHistoryEntry, boolean interesting, SVNLocationEntry newSearchResumeEntry, FSFS owner) -
Uses of SVNLocationEntry in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNLocationEntryModifier and TypeFieldDescriptionprivate SVNLocationEntry
SVNMergeDriver.CopyFromReceiver.myCopyFromLocation
Methods in org.tmatesoft.svn.core.internal.wc that return SVNLocationEntryModifier and TypeMethodDescriptionprivate SVNLocationEntry
SVNCopyDriver.determineCopyFromInfo
(File src, SVNWCAccess srcAccess, SVNEntry srcEntry, SVNEntry dstEntry) private SVNLocationEntry
SVNNodeEditor.findRealBaseLocation
(SVNNodeEditor.Node node) private SVNLocationEntry
SVNCopyDriver.getCopyFromInfoFromParent
(File file, SVNWCAccess access) SVNMergeDriver.CopyFromReceiver.getCopyFromLocation()
protected SVNLocationEntry
SVNMergeDriver.getCopySource
(File path, SVNURL url, SVNRevision revision) private SVNLocationEntry
SVNMergeDriver.getYoungestCommonAncestor
(File path1, SVNURL url1, long revision1, File path2, SVNURL url2, long revision2) -
Uses of SVNLocationEntry in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 that return SVNLocationEntryModifier and TypeMethodDescriptionSvnRepositoryAccess.getCopySource
(SvnTarget target, SVNRevision revision) -
Uses of SVNLocationEntry in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type SVNLocationEntryModifier and TypeMethodDescriptionvoid
ISVNLocationEntryHandler.handleLocationEntry
(SVNLocationEntry locationEntry) To be implemented for location entries handling.