Class PathInfo


  • public class PathInfo
    extends Object
    • Constructor Detail

      • PathInfo

        public PathInfo​(org.eclipse.jgit.lib.ObjectId objectId,
                        String path,
                        org.eclipse.jgit.lib.FileMode fileMode)
      • PathInfo

        public PathInfo​(org.eclipse.jgit.lib.ObjectId objectId,
                        String path,
                        org.eclipse.jgit.lib.FileMode fileMode,
                        long size)
      • PathInfo

        public PathInfo​(org.eclipse.jgit.lib.ObjectId objectId,
                        String path,
                        PathType pathType)
      • PathInfo

        public PathInfo​(org.eclipse.jgit.lib.ObjectId objectId,
                        String path,
                        PathType pathType,
                        long size)
    • Method Detail

      • getObjectId

        public org.eclipse.jgit.lib.ObjectId getObjectId()
      • getPath

        public String getPath()
      • getPathType

        public PathType getPathType()
      • getSize

        public long getSize()