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