Uses of Class
org.eclipse.jgit.storage.file.FileBasedConfig
Packages that use FileBasedConfig
Package
Description
File based repository storage.
Utility classes.
-
Uses of FileBasedConfig in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return FileBasedConfigModifier and TypeMethodDescriptionFileRepository.getConfig()Get the configuration of this repository. -
Uses of FileBasedConfig in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return FileBasedConfigModifier and TypeMethodDescriptionabstract FileBasedConfigSystemReader.openJGitConfig(Config parent, FS fs) Open the jgit configuration located at $XDG_CONFIG_HOME/jgit/config.abstract FileBasedConfigSystemReader.openSystemConfig(Config parent, FS fs) Open the gitconfig configuration found in the system-wide "etc" directory.abstract FileBasedConfigSystemReader.openUserConfig(Config parent, FS fs) Open the git configuration found in the user home.