Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method | Description |
---|---|---|
Ref.Storage |
ObjectIdRef.getStorage() |
|
Ref.Storage |
Ref.getStorage() |
How was this ref obtained?
|
Ref.Storage |
SymbolicRef.getStorage() |
|
static Ref.Storage |
Ref.Storage.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Ref.Storage[] |
Ref.Storage.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
ObjectIdRef(Ref.Storage st,
String name,
ObjectId id) |
Create a new ref pairing.
|
PeeledNonTag(Ref.Storage st,
String name,
ObjectId id) |
Create a new ref pairing.
|
PeeledTag(Ref.Storage st,
String name,
ObjectId id,
ObjectId p) |
Create a new ref pairing.
|
Unpeeled(Ref.Storage st,
String name,
ObjectId id) |
Create a new ref pairing.
|
Copyright © 2018. All rights reserved.