Uses of Class
org.eclipse.jgit.errors.ConfigInvalidException
-
Packages that use ConfigInvalidException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.junit org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.pgm org.eclipse.jgit.pgm.debug org.eclipse.jgit.storage.file org.eclipse.jgit.submodule Git submodule support.org.eclipse.jgit.util Utility classes. -
-
Uses of ConfigInvalidException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw ConfigInvalidException Modifier and Type Method Description private SubmoduleStatusSubmoduleStatusCommand. getStatus(SubmoduleWalk generator) -
Uses of ConfigInvalidException in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that throw ConfigInvalidException Modifier and Type Method Description voidDfsConfig. load()Load the configuration from the persistent store. -
Uses of ConfigInvalidException in org.eclipse.jgit.junit
Methods in org.eclipse.jgit.junit that throw ConfigInvalidException Modifier and Type Method Description StoredConfigMockSystemReader. getSystemConfig()StoredConfigMockSystemReader. getUserConfig()voidMockSystemReader.MockConfig. load() -
Uses of ConfigInvalidException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw ConfigInvalidException Modifier and Type Method Description private voidConfig. addIncludedConfig(java.util.List<ConfigLine> newEntries, ConfigLine line, int depth)voidConfig. fromText(java.lang.String text)Clear this configuration and reset to the contents of the parsed string.private java.util.List<ConfigLine>Config. fromTextRecurse(java.lang.String text, int depth, java.lang.String includedFrom)abstract voidStoredConfig. load()Load the configuration from the persistent store.protected byte[]Config. readIncludedConfig(java.lang.String relPath)Read the included config from the specified (possibly) relative pathprivate static java.lang.StringConfig. readKeyName(Config.StringReader in)private static java.lang.StringConfig. readSectionName(Config.StringReader in)private static java.lang.StringConfig. readSubsectionName(Config.StringReader in)private static java.lang.StringConfig. readValue(Config.StringReader in)Constructors in org.eclipse.jgit.lib that throw ConfigInvalidException Constructor Description BlobBasedConfig(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, java.lang.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 ConfigInvalidException Modifier and Type Method Description private voidConfig. list()private voidConfig. list(StoredConfig config) -
Uses of ConfigInvalidException in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug that throw ConfigInvalidException Modifier and Type Method Description private voidLfsStore. readAWSKeys() -
Uses of ConfigInvalidException in org.eclipse.jgit.storage.file
Methods in org.eclipse.jgit.storage.file that throw ConfigInvalidException Modifier and Type Method Description voidFileBasedConfig. load()Load the configuration from the persistent store.protected byte[]FileBasedConfig. readIncludedConfig(java.lang.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 ConfigInvalidException Modifier and Type Method Description java.lang.StringSubmoduleWalk. getConfigUpdate()Get the configured update field for current entry.java.lang.StringSubmoduleWalk. getConfigUrl()Get the configured remote URL for current entry.java.lang.StringSubmoduleWalk. getModuleName()The module name for the current submodule entry (used for the section name of .git/config)SubmoduleWalk.IgnoreSubmoduleModeSubmoduleWalk. getModulesIgnore()Get the configured ignore field for the current entry.java.lang.StringSubmoduleWalk. getModulesPath()Get the configured path for current entry.java.lang.StringSubmoduleWalk. getModulesUpdate()Get the configured update field for current entry.java.lang.StringSubmoduleWalk. getModulesUrl()Get the configured remote URL for current entry.java.lang.StringSubmoduleWalk. getRemoteUrl()Get the resolved remote URL for the current submodule.private voidSubmoduleWalk. lazyLoadModulesConfig()SubmoduleWalkSubmoduleWalk. 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 ConfigInvalidException 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.private voidSystemReader. updateAll(Config config)Update config and its parents if they seem modified
-