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.pgm org.eclipse.jgit.storage.file org.eclipse.jgit.submodule Git submodule support.org.eclipse.jgit.transport Transport (fetch/push) for different protocols.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
Subclasses of StoredConfig in org.eclipse.jgit.junit Modifier and Type Class Description private static classMockSystemReader.MockConfigMethods 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.pgm
Methods in org.eclipse.jgit.pgm that return StoredConfig Modifier and Type Method Description private StoredConfigDaemon. getUserConfig()Methods in org.eclipse.jgit.pgm with parameters of type StoredConfig Modifier and Type Method Description private voidConfig. list(StoredConfig config) -
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.submodule
Fields in org.eclipse.jgit.submodule declared as StoredConfig Modifier and Type Field Description private StoredConfigSubmoduleWalk. repoConfig -
Uses of StoredConfig in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport with parameters of type StoredConfig Modifier and Type Method Description private voidTransportHttp. updateSslVerify(StoredConfig config, boolean value) -
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.
-