Uses of Class
org.eclipse.jgit.storage.file.FileBasedConfig
-
Packages that use FileBasedConfig Package Description org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.util Utility classes. -
-
Uses of FileBasedConfig in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return FileBasedConfig Modifier and Type Method Description FileBasedConfigFileRepository. getConfig()Get the configuration of this repository. -
Uses of FileBasedConfig in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return FileBasedConfig Modifier and Type Method Description abstract 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.
-