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

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getString

      public String getString(String section, String subsection, String name)
      Overrides:
      getString in class org.eclipse.jgit.lib.Config
    • getStringList

      public String[] getStringList(String section, String subsection, String name)
      Overrides:
      getStringList in class org.eclipse.jgit.lib.Config