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
Fields in org.eclipse.jgit.internal.storage.file declared as FileBasedConfigMethods 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.junit
Subclasses of FileBasedConfig in org.eclipse.jgit.junitFields in org.eclipse.jgit.junit declared as FileBasedConfigModifier and TypeFieldDescriptionprivate FileBasedConfigMockSystemReader.jgitConfig(package private) FileBasedConfigMockSystemReader.systemGitConfigprivate FileBasedConfigMockSystemReader.userGitConfigMethods in org.eclipse.jgit.junit that return FileBasedConfigModifier and TypeMethodDescriptionMockSystemReader.getJGitConfig()MockSystemReader.openJGitConfig(Config parent, FS fs) MockSystemReader.openSystemConfig(Config parent, FS fs) Open the gitconfig configuration found in the system-wide "etc" directory.MockSystemReader.openUserConfig(Config parent, FS fs) Open the git configuration found in the user home.MockSystemReader.setSystemGitConfig(FileBasedConfig systemGitConfig) Set the system-level git configMockSystemReader.setUserGitConfig(FileBasedConfig userGitConfig) Set the user-level git configMethods in org.eclipse.jgit.junit with parameters of type FileBasedConfigModifier and TypeMethodDescriptionvoidMockSystemReader.setJGitConfig(FileBasedConfig jgitConfig) Set the jgit config stored at $XDG_CONFIG_HOME/jgit/configMockSystemReader.setSystemGitConfig(FileBasedConfig systemGitConfig) Set the system-level git configMockSystemReader.setUserGitConfig(FileBasedConfig userGitConfig) Set the user-level git config -
Uses of FileBasedConfig in org.eclipse.jgit.util
Fields in org.eclipse.jgit.util with type parameters of type FileBasedConfigModifier and TypeFieldDescriptionprivate AtomicReference<FileBasedConfig> SystemReader.jgitConfigprivate AtomicReference<FileBasedConfig> SystemReader.systemConfigprivate AtomicReference<FileBasedConfig> SystemReader.userConfigMethods in org.eclipse.jgit.util that return FileBasedConfigModifier and TypeMethodDescriptionSystemReader.Default.openJGitConfig(Config parent, FS fs) abstract FileBasedConfigSystemReader.openJGitConfig(Config parent, FS fs) Open the jgit configuration located at $XDG_CONFIG_HOME/jgit/config.SystemReader.Default.openSystemConfig(Config parent, FS fs) abstract FileBasedConfigSystemReader.openSystemConfig(Config parent, FS fs) Open the gitconfig configuration found in the system-wide "etc" directory.SystemReader.Default.openUserConfig(Config parent, FS fs) abstract FileBasedConfigSystemReader.openUserConfig(Config parent, FS fs) Open the git configuration found in the user home.