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 SymlinkTreeEntry extends TreeEntry
Constructor and Description |
---|
SymlinkTreeEntry(Tree parent,
ObjectId id,
byte[] nameUTF8)
Deprecated.
Construct a
SymlinkTreeEntry with the specified name and SHA-1 in
the specified parent |
Modifier and Type | Method and Description |
---|---|
FileMode |
getMode()
Deprecated.
|
String |
toString()
Deprecated.
|
compareTo, delete, detachParent, getFullName, getFullNameUTF8, getId, getName, getNameUTF8, getParent, getRepository, isModified, lastChar, rename, rename, setId, setModified
public SymlinkTreeEntry(Tree parent, ObjectId id, byte[] nameUTF8)
SymlinkTreeEntry
with the specified name and SHA-1 in
the specified parentparent
- id
- nameUTF8
- Copyright © 2015 Eclipse JGit Project. All rights reserved.