Class FSFileRevisionsFinder.SendBaton
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.FSFileRevisionsFinder.SendBaton
-
- Enclosing class:
- FSFileRevisionsFinder
private static class FSFileRevisionsFinder.SendBaton extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
myLastPath
private SVNProperties
myLastProps
private FSRevisionRoot
myLastRoot
-
Constructor Summary
Constructors Modifier Constructor Description private
SendBaton()
-
-
-
Field Detail
-
myLastRoot
private FSRevisionRoot myLastRoot
-
myLastPath
private java.lang.String myLastPath
-
myLastProps
private SVNProperties myLastProps
-
-