Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method and Description |
---|---|
Ref.Storage |
SymbolicRef.getStorage() |
Ref.Storage |
Ref.getStorage()
How was this ref obtained?
|
Ref.Storage |
ObjectIdRef.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 and Description |
---|
ObjectIdRef.PeeledNonTag(Ref.Storage st,
String name,
ObjectId id)
Create a new ref pairing.
|
ObjectIdRef.PeeledTag(Ref.Storage st,
String name,
ObjectId id,
ObjectId p)
Create a new ref pairing.
|
ObjectIdRef.Unpeeled(Ref.Storage st,
String name,
ObjectId id)
Create a new ref pairing.
|
ObjectIdRef(Ref.Storage st,
String name,
ObjectId id)
Create a new ref pairing.
|
Copyright © 2014. All rights reserved.