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.fs -
-
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.fs
Subclasses of SVNLogEntryPath in org.tmatesoft.svn.core.internal.io.fs Modifier and Type Class Description class
FSPathChange
-