org.kie.commons.java.nio.fs.jgit.util
Class JGitUtil.JGitPathInfo
java.lang.Object
org.kie.commons.java.nio.fs.jgit.util.JGitUtil.JGitPathInfo
- Enclosing class:
- JGitUtil
public static class JGitUtil.JGitPathInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JGitUtil.JGitPathInfo
public JGitUtil.JGitPathInfo(org.eclipse.jgit.lib.ObjectId objectId,
String path,
org.eclipse.jgit.lib.FileMode fileMode)
JGitUtil.JGitPathInfo
public JGitUtil.JGitPathInfo(org.eclipse.jgit.lib.ObjectId objectId,
String path,
org.eclipse.jgit.lib.FileMode fileMode,
long size)
getObjectId
public org.eclipse.jgit.lib.ObjectId getObjectId()
getPath
public String getPath()
getPathType
public JGitUtil.PathType getPathType()
getSize
public long getSize()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.