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