|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jgit.lib.TreeEntry
org.eclipse.jgit.lib.GitlinkTreeEntry
TreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree).
To lookup information about multiple paths at once, use a
TreeWalk and obtain the current entry's
information from its getter methods.
@Deprecated public class GitlinkTreeEntry
A tree entry representing a gitlink entry used for submodules. Note. Java cannot really handle these as file system objects.
| Constructor Summary | |
|---|---|
GitlinkTreeEntry(Tree parent,
ObjectId id,
byte[] nameUTF8)
Deprecated. Construct a GitlinkTreeEntry with the specified name and SHA-1 in
the specified parent |
|
| Method Summary | |
|---|---|
FileMode |
getMode()
Deprecated. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class org.eclipse.jgit.lib.TreeEntry |
|---|
compareTo, delete, detachParent, getFullName, getFullNameUTF8, getId, getName, getNameUTF8, getParent, getRepository, isModified, lastChar, rename, rename, setId, setModified |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GitlinkTreeEntry(Tree parent,
ObjectId id,
byte[] nameUTF8)
GitlinkTreeEntry with the specified name and SHA-1 in
the specified parent
parent - id - nameUTF8 - | Method Detail |
|---|
public FileMode getMode()
getMode in class TreeEntrypublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||