Uses of Class
org.eclipse.jgit.errors.ConfigInvalidException
Packages that use ConfigInvalidException
Package
Description
High-level API commands (the porcelain of JGit).
Distributed file system based repository storage.
Core API for repository, config, refs, object database.
Git submodule support.
Utility classes.
-
Uses of ConfigInvalidException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw ConfigInvalidExceptionModifier and TypeMethodDescriptionprivate SubmoduleStatus
SubmoduleStatusCommand.getStatus
(SubmoduleWalk generator) -
Uses of ConfigInvalidException in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that throw ConfigInvalidExceptionModifier and TypeMethodDescriptionvoid
DfsConfig.load()
Load the configuration from the persistent store. -
Uses of ConfigInvalidException in org.eclipse.jgit.junit
Methods in org.eclipse.jgit.junit that throw ConfigInvalidExceptionModifier and TypeMethodDescriptionMockSystemReader.getSystemConfig()
MockSystemReader.getUserConfig()
void
MockSystemReader.MockConfig.load()
-
Uses of ConfigInvalidException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw ConfigInvalidExceptionModifier and TypeMethodDescriptionprivate void
Config.addIncludedConfig
(List<ConfigLine> newEntries, ConfigLine line, int depth) void
Clear this configuration and reset to the contents of the parsed string.private List
<ConfigLine> Config.fromTextRecurse
(String text, int depth, String includedFrom) abstract void
StoredConfig.load()
Load the configuration from the persistent store.protected byte[]
Config.readIncludedConfig
(String relPath) Read the included config from the specified (possibly) relative pathprivate static String
Config.readKeyName
(Config.StringReader in) private static String
Config.readSectionName
(Config.StringReader in) private static String
Config.readSubsectionName
(Config.StringReader in) private static String
Config.readValue
(Config.StringReader in) Constructors in org.eclipse.jgit.lib that throw ConfigInvalidExceptionModifierConstructorDescriptionBlobBasedConfig
(Config base, byte[] blob) Parse a configuration from a byte array.BlobBasedConfig
(Config base, Repository db, AnyObjectId objectId) Load a configuration file from a blob.BlobBasedConfig
(Config base, Repository db, AnyObjectId treeish, String path) Load a configuration file from a blob stored in a specific commit. -
Uses of ConfigInvalidException in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm that throw ConfigInvalidExceptionModifier and TypeMethodDescriptionprivate void
Config.list()
private void
Config.list
(StoredConfig config) -
Uses of ConfigInvalidException in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug that throw ConfigInvalidException -
Uses of ConfigInvalidException in org.eclipse.jgit.storage.file
Methods in org.eclipse.jgit.storage.file that throw ConfigInvalidExceptionModifier and TypeMethodDescriptionvoid
FileBasedConfig.load()
Load the configuration from the persistent store.protected byte[]
FileBasedConfig.readIncludedConfig
(String relPath) Read the included config from the specified (possibly) relative path -
Uses of ConfigInvalidException in org.eclipse.jgit.submodule
Methods in org.eclipse.jgit.submodule that throw ConfigInvalidExceptionModifier and TypeMethodDescriptionSubmoduleWalk.getConfigUpdate()
Get the configured update field for current entry.SubmoduleWalk.getConfigUrl()
Get the configured remote URL for current entry.SubmoduleWalk.getModuleName()
The module name for the current submodule entry (used for the section name of .git/config)SubmoduleWalk.getModulesIgnore()
Get the configured ignore field for the current entry.SubmoduleWalk.getModulesPath()
Get the configured path for current entry.SubmoduleWalk.getModulesUpdate()
Get the configured update field for current entry.SubmoduleWalk.getModulesUrl()
Get the configured remote URL for current entry.SubmoduleWalk.getRemoteUrl()
Get the resolved remote URL for the current submodule.private void
SubmoduleWalk.lazyLoadModulesConfig()
SubmoduleWalk.loadModulesConfig()
Load the config for this walk from.gitmodules
. -
Uses of ConfigInvalidException in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that throw ConfigInvalidExceptionModifier 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.private void
Update config and its parents if they seem modified