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.
  • Field Details

    • fileMode

      public final org.eclipse.jgit.lib.FileMode fileMode
    • path

      public final String path
    • objectId

      public final org.eclipse.jgit.lib.ObjectId objectId
  • Constructor Details

    • PathInfo

      protected PathInfo(org.eclipse.jgit.treewalk.TreeWalk tw)