|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigInvalidException | |
---|---|
org.eclipse.jgit.lib | |
org.eclipse.jgit.storage.file |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |