Uses of Class
org.eclipse.jgit.errors.ConfigInvalidException

Packages that use ConfigInvalidException
org.eclipse.jgit.lib   
org.eclipse.jgit.storage.file   
org.eclipse.jgit.submodule   
 

Uses of ConfigInvalidException in org.eclipse.jgit.lib
 

Methods in org.eclipse.jgit.lib that throw ConfigInvalidException
 void Config.fromText(String text)
          Clear this configuration and reset to the contents of the parsed string.
abstract  void StoredConfig.load()
          Load the configuration from the persistent store.
 

Constructors in org.eclipse.jgit.lib that throw ConfigInvalidException
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
 void FileBasedConfig.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
 String SubmoduleWalk.getConfigUpdate()
          Get the configured update field for current entry.
 String SubmoduleWalk.getConfigUrl()
          Get the configured remote URL for current entry.
 String SubmoduleWalk.getModulesPath()
          Get the configured path for current entry.
 String SubmoduleWalk.getModulesUpdate()
          Get the configured update field for current entry.
 String SubmoduleWalk.getModulesUrl()
          Get the configured remote URL for current entry.
 String SubmoduleWalk.getRemoteUrl()
          Get the resolved remote URL for the current submodule.
 



Copyright © 2012. All Rights Reserved.