Uses of Class
org.tmatesoft.svn.core.SVNLogEntryPath
-
Packages that use SVNLogEntryPath Package Description 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.dav.handlers org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.javahl17 org.tmatesoft.svn.core.replicator This package provides classes that allow to replicate existing repositories. -
-
Uses of SVNLogEntryPath in org.tmatesoft.svn.core
Methods in org.tmatesoft.svn.core that return types with arguments of type SVNLogEntryPath Modifier and Type Method Description java.util.Map<java.lang.String,SVNLogEntryPath>
SVNLogEntry. getChangedPaths()
Gets a map containing all the paths that were changed in the revision that this object represents. -
Uses of SVNLogEntryPath in org.tmatesoft.svn.core.internal.io.dav.handlers
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers declared as SVNLogEntryPath Modifier and Type Field Description private SVNLogEntryPath
DAVLogHandler. myPath
-
Uses of SVNLogEntryPath in org.tmatesoft.svn.core.internal.io.fs
Subclasses of SVNLogEntryPath in org.tmatesoft.svn.core.internal.io.fs Modifier and Type Class Description class
FSPathChange
-
Uses of SVNLogEntryPath in org.tmatesoft.svn.core.javahl17
Method parameters in org.tmatesoft.svn.core.javahl17 with type arguments of type SVNLogEntryPath Modifier and Type Method Description private java.util.Set<ChangePath>
SVNClientImpl. getChangePaths(java.util.Map<java.lang.String,SVNLogEntryPath> changedPaths)
-
Uses of SVNLogEntryPath in org.tmatesoft.svn.core.replicator
Methods in org.tmatesoft.svn.core.replicator that return SVNLogEntryPath Modifier and Type Method Description private SVNLogEntryPath
SVNReplicationEditor. getFileCopyOrigin(java.lang.String path)
-