Uses of Class
org.eclipse.jgit.lib.StoredConfig
-
Packages that use StoredConfig Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.storage.file -
-
Uses of StoredConfig in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return StoredConfig Modifier and Type Method Description StoredConfig
DfsRepository. getConfig()
-
Uses of StoredConfig in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return StoredConfig Modifier and Type Method Description abstract StoredConfig
Repository. getConfig()
-
Uses of StoredConfig in org.eclipse.jgit.storage.file
Subclasses of StoredConfig in org.eclipse.jgit.storage.file Modifier and Type Class Description class
FileBasedConfig
The configuration file that is stored in the file of the file system.
-