Package com.google.gerrit.server.config
Class GlobalPluginConfig
java.lang.Object
org.eclipse.jgit.lib.Config
com.google.gerrit.server.config.GlobalPluginConfig
public class GlobalPluginConfig
extends org.eclipse.jgit.lib.Config
Plugin configuration in etc/$PLUGIN.config and etc/$PLUGIN.secure.config.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jgit.lib.Config
org.eclipse.jgit.lib.Config.ConfigEnum, org.eclipse.jgit.lib.Config.SectionParser<T extends Object>
-
Method Summary
Methods inherited from class org.eclipse.jgit.lib.Config
addChangeListener, clear, fireConfigChangedEvent, fromText, get, getBaseConfig, getBoolean, getBoolean, getEnum, getEnum, getInt, getInt, getIntInRange, getIntInRange, getLong, getLong, getNames, getNames, getNames, getNames, getPath, getRefSpecs, getSections, getSubsections, getTimeUnit, isMissing, isUtf8, notifyUponTransientChanges, readIncludedConfig, removeSection, setBoolean, setEnum, setInt, setLong, setString, setStringList, setTypedConfigGetter, toText, uncache, unset, unsetSection
-
Method Details
-
getString
- Overrides:
getString
in classorg.eclipse.jgit.lib.Config
-
getStringList
- Overrides:
getStringList
in classorg.eclipse.jgit.lib.Config
-