Uses of Class
org.eclipse.jgit.storage.dfs.DfsObjDatabase.PackSource

Packages that use DfsObjDatabase.PackSource
org.eclipse.jgit.storage.dfs   
 

Uses of DfsObjDatabase.PackSource in org.eclipse.jgit.storage.dfs
 

Methods in org.eclipse.jgit.storage.dfs that return DfsObjDatabase.PackSource
static DfsObjDatabase.PackSource DfsObjDatabase.PackSource.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DfsObjDatabase.PackSource[] DfsObjDatabase.PackSource.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jgit.storage.dfs with parameters of type DfsObjDatabase.PackSource
protected abstract  DfsPackDescription DfsObjDatabase.newPack(DfsObjDatabase.PackSource source)
          Generate a new unique name for a pack file.
 



Copyright © 2012. All Rights Reserved.