Uses of Class
org.eclipse.jgit.lib.StoredConfig

Packages that use StoredConfig
org.eclipse.jgit.lib Core API for repository, config, refs, object database. 
org.eclipse.jgit.storage.dfs Distributed file system based repository storage. 
org.eclipse.jgit.storage.file File based repository storage. 
 

Uses of StoredConfig in org.eclipse.jgit.lib
 

Methods in org.eclipse.jgit.lib that return StoredConfig
abstract  StoredConfig Repository.getConfig()
           
 

Uses of StoredConfig in org.eclipse.jgit.storage.dfs
 

Methods in org.eclipse.jgit.storage.dfs that return StoredConfig
 StoredConfig DfsRepository.getConfig()
           
 

Uses of StoredConfig in org.eclipse.jgit.storage.file
 

Subclasses of StoredConfig in org.eclipse.jgit.storage.file
 class FileBasedConfig
          The configuration file that is stored in the file of the file system.
 



Copyright © 2013. All Rights Reserved.