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.junit org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.storage.file org.eclipse.jgit.util Utility classes. -
-
Uses of StoredConfig in org.eclipse.jgit.internal.storage.dfs
Subclasses of StoredConfig in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description classDfsConfigConfig implementation used by DFS repositories.Methods in org.eclipse.jgit.internal.storage.dfs that return StoredConfig Modifier and Type Method Description StoredConfigDfsRepository. getConfig()Get the configuration of this repository. -
Uses of StoredConfig in org.eclipse.jgit.junit
Methods in org.eclipse.jgit.junit that return StoredConfig Modifier and Type Method Description StoredConfigMockSystemReader. getSystemConfig()StoredConfigMockSystemReader. getUserConfig() -
Uses of StoredConfig in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return StoredConfig Modifier and Type Method Description abstract StoredConfigRepository. getConfig()Get the configuration of this repository. -
Uses of StoredConfig in org.eclipse.jgit.storage.file
Subclasses of StoredConfig in org.eclipse.jgit.storage.file Modifier and Type Class Description classFileBasedConfigThe configuration file that is stored in the file of the file system. -
Uses of StoredConfig in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return StoredConfig Modifier and Type Method Description StoredConfigSystemReader. getJGitConfig()Get the jgit configuration located at $XDG_CONFIG_HOME/jgit/config.StoredConfigSystemReader. getSystemConfig()Get the gitconfig configuration found in the system-wide "etc" directory.StoredConfigSystemReader. getUserConfig()Get the git configuration found in the user home.
-