Uses of Class
org.tmatesoft.svn.core.io.SVNLocationEntry
-
Packages that use SVNLocationEntry 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.core.internal.io.fs org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc2 org.tmatesoft.svn.core.io 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 SVNLocationEntry Modifier and Type Method Description static CopySourceJavaHLObjectFactory. createCopySource(SVNLocationEntry location) -
Uses of SVNLocationEntry in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return SVNLocationEntry Modifier and Type Method Description static SVNLocationEntryFSNodeHistory. findYoungestCopyroot(java.io.File reposRootDir, FSParentPath parPath)SVNLocationEntryFSNodeHistory. getHistoryEntry()SVNLocationEntryFSFS. getPreviousLocation(java.lang.String path, long revision, long[] appearedRevision)SVNLocationEntryFSRevisionRoot. getPreviousLocation(java.lang.String path, long[] appearedRevision)Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNLocationEntry Constructor Description FSNodeHistory(SVNLocationEntry newHistoryEntry, boolean interesting, SVNLocationEntry newSearchResumeEntry, FSFS owner) -
Uses of SVNLocationEntry in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNLocationEntry Modifier and Type Method Description protected SVNLocationEntrySVNMergeDriver. getCopySource(java.io.File path, SVNURL url, SVNRevision revision) -
Uses of SVNLocationEntry in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 that return SVNLocationEntry Modifier and Type Method Description SVNLocationEntrySvnRepositoryAccess. 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 SVNLocationEntry Modifier and Type Method Description voidISVNLocationEntryHandler. handleLocationEntry(SVNLocationEntry locationEntry)To be implemented for location entries handling.
-