Comparable
@Deprecated public class GitlinkTreeEntry extends TreeEntry
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.Constructor | Description |
---|---|
GitlinkTreeEntry(Tree parent,
ObjectId id,
byte[] nameUTF8) |
Deprecated.
Construct a
GitlinkTreeEntry with the specified name and SHA-1 in
the specified parent |
Modifier and Type | Method | Description |
---|---|---|
FileMode |
getMode() |
Deprecated.
|
String |
toString() |
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
compareTo, delete, detachParent, getFullName, getFullNameUTF8, getId, getName, getNameUTF8, getParent, getRepository, isModified, lastChar, rename, rename, setId, setModified
public GitlinkTreeEntry(Tree parent, ObjectId id, byte[] nameUTF8)
GitlinkTreeEntry
with the specified name and SHA-1 in
the specified parentparent
- id
- nameUTF8
- Copyright © 2018. All rights reserved.