public class PathInfo extends Object
Constructor and Description |
---|
PathInfo(org.eclipse.jgit.lib.ObjectId objectId,
String path,
org.eclipse.jgit.lib.FileMode fileMode) |
PathInfo(org.eclipse.jgit.lib.ObjectId objectId,
String path,
org.eclipse.jgit.lib.FileMode fileMode,
long size) |
PathInfo(org.eclipse.jgit.lib.ObjectId objectId,
String path,
PathType pathType) |
PathInfo(org.eclipse.jgit.lib.ObjectId objectId,
String path,
PathType pathType,
long size) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.jgit.lib.ObjectId |
getObjectId() |
String |
getPath() |
PathType |
getPathType() |
long |
getSize() |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.