Configuration parser and default values for yum.
|
Option
This class handles a single Yum configuration file option.
|
|
ListOption
An option containing a list of strings.
|
|
UrlOption
This option handles lists of URLs with validation of the URL
scheme.
|
|
UrlListOption
Option for handling lists of URLs with validation of the URL
scheme.
|
|
IntOption
An option representing an integer value.
|
|
PositiveIntOption
An option representing a positive integer value, where 0 can have a
special represention.
|
|
SecondsOption
An option representing an integer value of seconds, or a human
readable variation specifying days, hours, minutes or seconds until
something happens.
|
|
BoolOption
An option representing a boolean value.
|
|
FloatOption
An option representing a numeric float value.
|
|
SelectionOption
Handles string values where only specific values are allowed
|
|
CaselessSelectionOption
Mainly for compat.
|
|
BytesOption
An option representing a value in bytes.
|
|
ThrottleOption
An option representing a bandwidth throttle value.
|
|
BaseConfig
Base class for storing configuration definitions.
|
|
StartupConf
Configuration option definitions for yum.conf's [main] section that
are required early in the initialisation process or before the
other [main] options can be parsed.
|
|
YumConf
Configuration option definitions for yum.conf's [main] section.
|
|
RepoConf
Option definitions for repository INI file sections.
|
|
VersionGroupConf
|
|
|
|
|
|
|
|
readVersionGroupsConfig(configfile=' /etc/yum/version-groups.conf ' ) |
source code
|
|
|
getOption(conf,
section,
name,
option)
Convenience function to retrieve a parsed and converted value from a
ConfigParser. |
source code
|
|
|
|
|
|
|
|