Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method and Description |
---|---|
Tree |
Tree.addTree(byte[] s,
int offset)
Deprecated.
Adds a new or existing Tree with the specified name to this tree.
|
Tree |
Tree.addTree(String name)
Deprecated.
Adds a new or existing Tree with the specified name to this tree.
|
Tree |
TreeEntry.getParent()
Deprecated.
|
Constructor and Description |
---|
FileTreeEntry(Tree parent,
ObjectId id,
byte[] nameUTF8,
boolean execute)
Deprecated.
Constructor for a File (blob) object.
|
GitlinkTreeEntry(Tree parent,
ObjectId id,
byte[] nameUTF8)
Deprecated.
Construct a
GitlinkTreeEntry with the specified name and SHA-1 in
the specified parent |
SymlinkTreeEntry(Tree parent,
ObjectId id,
byte[] nameUTF8)
Deprecated.
Construct a
SymlinkTreeEntry with the specified name and SHA-1 in
the specified parent |
Tree(Tree parent,
byte[] nameUTF8)
Deprecated.
Construct a new Tree under another Tree
|
Tree(Tree parent,
ObjectId id,
byte[] nameUTF8)
Deprecated.
Construct a Tree with a known SHA-1 under another tree.
|
TreeEntry(Tree myParent,
ObjectId myId,
byte[] myNameUTF8)
Deprecated.
Construct a named tree entry.
|
Copyright © 2013. All Rights Reserved.