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

Packages that use DfsObjDatabase.PackSource
org.eclipse.jgit.storage.dfs Distributed file system based repository storage. 
 

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

Methods in org.eclipse.jgit.storage.dfs that return DfsObjDatabase.PackSource
 DfsObjDatabase.PackSource DfsPackDescription.getPackSource()
           
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.
 DfsPackDescription DfsPackDescription.setPackSource(DfsObjDatabase.PackSource source)
           
 



Copyright © 2013. All Rights Reserved.