KIE NIO.2 :: JGIT Impl 6.0.0.CR2

org.kie.commons.java.nio.fs.jgit.util
Class JGitUtil.JGitPathInfo

java.lang.Object
  extended by org.kie.commons.java.nio.fs.jgit.util.JGitUtil.JGitPathInfo
Enclosing class:
JGitUtil

public static class JGitUtil.JGitPathInfo
extends Object


Constructor Summary
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)
           
 
Method Summary
 org.eclipse.jgit.lib.ObjectId getObjectId()
           
 String getPath()
           
 JGitUtil.PathType getPathType()
           
 long getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getObjectId

public org.eclipse.jgit.lib.ObjectId getObjectId()

getPath

public String getPath()

getPathType

public JGitUtil.PathType getPathType()

getSize

public long getSize()

KIE NIO.2 :: JGIT Impl 6.0.0.CR2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.