Uses of Class
org.eclipse.jgit.lib.StoredConfig
-
Packages that use StoredConfig Package Description org.eclipse.jgit.internal.diffmergetool 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 org.eclipse.jgit.util Utility classes. -
-
Uses of StoredConfig in org.eclipse.jgit.internal.diffmergetool
Constructors in org.eclipse.jgit.internal.diffmergetool with parameters of type StoredConfig Constructor Description DiffTools(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.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.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.
-