Uses of Class
org.eclipse.jgit.errors.ConfigInvalidException
-
Packages that use ConfigInvalidException Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.storage.file org.eclipse.jgit.submodule Git submodule support. -
-
Uses of ConfigInvalidException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw ConfigInvalidException Modifier and Type Method Description voidConfig. fromText(String text)Clear this configuration and reset to the contents of the parsed string.abstract voidStoredConfig. load()Load the configuration from the persistent store.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, String path)Load a configuration file from a blob stored in a specific commit. -
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 as a Git text style configuration file. -
Uses of ConfigInvalidException in org.eclipse.jgit.submodule
Methods in org.eclipse.jgit.submodule that throw ConfigInvalidException Modifier and Type Method Description StringSubmoduleWalk. getConfigUpdate()Get the configured update field for current entry.StringSubmoduleWalk. getConfigUrl()Get the configured remote URL for current entry.SubmoduleWalk.IgnoreSubmoduleModeSubmoduleWalk. getModulesIgnore()Get the configured ignore field for the current entry.StringSubmoduleWalk. getModulesPath()Get the configured path for current entry.StringSubmoduleWalk. getModulesUpdate()Get the configured update field for current entry.StringSubmoduleWalk. getModulesUrl()Get the configured remote URL for current entry.StringSubmoduleWalk. getRemoteUrl()Get the resolved remote URL for the current submodule.SubmoduleWalkSubmoduleWalk. loadModulesConfig()Load the config for this walk from.gitmodules.
-