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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fileMode
public final org.eclipse.jgit.lib.FileMode fileMode -
path
-
objectId
public final org.eclipse.jgit.lib.ObjectId objectId
-
-
Constructor Details
-
PathInfo
protected PathInfo(org.eclipse.jgit.treewalk.TreeWalk tw)
-