Uses of Class
org.eclipse.jgit.lib.Ref.Storage

Packages that use Ref.Storage
org.eclipse.jgit.lib   
 

Uses of Ref.Storage in org.eclipse.jgit.lib
 

Methods in org.eclipse.jgit.lib that return Ref.Storage
 Ref.Storage Ref.getStorage()
          How was this ref obtained?
 Ref.Storage SymbolicRef.getStorage()
           
 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.
 

Constructors in org.eclipse.jgit.lib with parameters of type Ref.Storage
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 © 2012. All Rights Reserved.