Uses of Class
org.eclipse.jgit.lib.StoredConfig
Packages that use StoredConfig
Package
Description
Distributed file system based repository storage.
Core API for repository, config, refs, object database.
Git submodule support.
Transport (fetch/push) for different protocols.
Utility classes.
-
Uses of StoredConfig in org.eclipse.jgit.internal.storage.dfs
Subclasses of StoredConfig in org.eclipse.jgit.internal.storage.dfsModifier and TypeClassDescriptionfinal classConfig implementation used by DFS repositories.Methods in org.eclipse.jgit.internal.storage.dfs that return StoredConfigModifier and TypeMethodDescriptionDfsRepository.getConfig()Get the configuration of this repository. -
Uses of StoredConfig in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return StoredConfigModifier and TypeMethodDescriptionabstract StoredConfigRepository.getConfig()Get the configuration of this repository. -
Uses of StoredConfig in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm that return StoredConfigMethods in org.eclipse.jgit.pgm with parameters of type StoredConfig -
Uses of StoredConfig in org.eclipse.jgit.storage.file
Subclasses of StoredConfig in org.eclipse.jgit.storage.fileModifier and TypeClassDescriptionclassThe 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 -
Uses of StoredConfig in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport with parameters of type StoredConfigModifier and TypeMethodDescriptionprivate voidTransportHttp.updateSslVerify(StoredConfig config, boolean value) -
Uses of StoredConfig in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return StoredConfigModifier and TypeMethodDescriptionSystemReader.getJGitConfig()Get the jgit configuration located at $XDG_CONFIG_HOME/jgit/config.SystemReader.getSystemConfig()Get the gitconfig configuration found in the system-wide "etc" directory.SystemReader.getUserConfig()Get the git configuration found in the user home.