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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getString(String section, String subsection, String name)
String[]
getStringList(String section, String subsection, String name)
-
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, setBoolean, setEnum, setInt, setLong, setString, setStringList, setTypedConfigGetter, toText, uncache, unset, unsetSection
-
-