Package conary :: Package conaryclient :: Module mirror :: Class MirrorFileConfiguration
[hide private]
[frames] | no frames]

Class MirrorFileConfiguration

source code

    lib.cfg._Config --+        
                      |        
     lib.cfg.ConfigFile --+    
                          |    
lib.cfg.SectionedConfigFile --+
                              |
                             MirrorFileConfiguration
Known Subclasses:
MirrorConfiguration

Nested Classes [hide private]
  host
A config value type wrapper -- gives a config value a conversion to and from a string, a way to copy values, and a way to print the string for display (if different from converting to a string)
  entitlementDirectory
String configuration option that accepts ~ as a substitute for $HOME
  matchTroves
  lockFile
A config value type wrapper -- gives a config value a conversion to and from a string, a way to copy values, and a way to print the string for display (if different from converting to a string)
  _defaultSectionType
Instance Methods [hide private]

Inherited from lib.cfg.SectionedConfigFile: __init__, addConfigOption, configLine, getSection, hasSection, includeConfigFile, iterSectionNames, iterSections, read, readUrl, setSection

Inherited from lib.cfg.ConfigFile: configKey, ignoreUrlIncludes, isUrl, limitToKeys, readObject, setIgnoreErrors

Inherited from lib.cfg.ConfigFile (private): _getProxies, _openPath, _openUrl

Inherited from lib.cfg._Config: __contains__, __getitem__, __setitem__, addAlias, addDirective, addListener, display, displayKey, getDefaultValue, getDisplayOption, isDefault, items, iteritems, iterkeys, itervalues, keys, resetToDefault, setDisplayOptions, setValue, store, storeKey, values, writeToFile

Inherited from lib.cfg._Config (private): _initDisplayOptions, _writeKey

Class Methods [hide private]
Class Variables [hide private]
  labels = <conary.lib.cfgtypes.CfgLineList object at 0x2b2d8084...
  recurseGroups = (<class 'conary.lib.cfgtypes.CfgBool'>, False)
  uploadRateLimit = (<class 'conary.lib.cfgtypes.CfgInt'>, 0)
  downloadRateLimit = (<class 'conary.lib.cfgtypes.CfgInt'>, 0)
  useHiddenCommits = (<class 'conary.lib.cfgtypes.CfgBool'>, True)
  absoluteChangesets = (<class 'conary.lib.cfgtypes.CfgBool'>, F...
  _allowNewSections = True

Inherited from lib.cfg.SectionedConfigFile (private): _cfgTypes

Inherited from lib.cfg._Config (private): _keyLocation, _optionParams

Class Variable Details [hide private]

labels

Value:
CfgLineList(CfgLabel, listType= CfgLabelList)

absoluteChangesets

Value:
(<class 'conary.lib.cfgtypes.CfgBool'>, False)