| Constructor and Description |
|---|
JGitUtil.JGitPathInfo(org.eclipse.jgit.lib.ObjectId objectId,
String path,
org.eclipse.jgit.lib.FileMode fileMode) |
JGitUtil.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 JGitUtil.JGitPathInfo(org.eclipse.jgit.lib.ObjectId objectId,
String path,
org.eclipse.jgit.lib.FileMode fileMode)
public JGitUtil.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–2016 JBoss by Red Hat. All rights reserved.