Table of Contents

Class: IConfigMap ./src/peak/config/interfaces.py

Configurable component that allows iteration over keys

Base Classes   
IConfigurable
Methods   
_configKeysMatching
  _configKeysMatching 
_configKeysMatching ( configKey )

Iterable over defined keys that match configKey

A key k in the map is considered to "match" configKey if any of k.parentKeys() are listed as keys in configKey.registrationKeys(). You must not change the configuration map while iterating over the keys. Also, keep in mind that only explicitly-registered keys are returned; for instance, load-on-demand rules will only show up as wildcard keys.

Implementations may yield keys in any order, but must not yield the same key more than once.


Table of Contents

This document was automatically generated on Tue Feb 17 19:55:40 2004 by HappyDoc version 2.1