Class VersionedMetaData.PathInfo
java.lang.Object
com.google.gerrit.server.git.meta.VersionedMetaData.PathInfo
- Enclosing class:
- VersionedMetaData
Path information that does not hold references to any repository data structures, allowing the
 application to retain this object for long periods of time.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
fileModepublic final org.eclipse.jgit.lib.FileMode fileMode
- 
path
- 
objectIdpublic final org.eclipse.jgit.lib.ObjectId objectId
 
- 
- 
Constructor Details- 
PathInfoprotected PathInfo(org.eclipse.jgit.treewalk.TreeWalk tw) 
 
-