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.
Utility classes.
-
Uses of StoredConfig in org.eclipse.jgit.internal.diffmergetool
Constructors in org.eclipse.jgit.internal.diffmergetool with parameters of type StoredConfigModifierConstructorDescriptionDiffTools(StoredConfig config) Creates the external merge-tools manager for given configuration.MergeTools(StoredConfig config) Creates the external diff-tools manager for given configuration. -
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.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.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.