org.kie.commons.java.nio.fs.jgit.util
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 © 2001-2013 JBoss by Red Hat. All Rights Reserved.