Class 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
    • Method Detail

      • 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