diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/configuration-module.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/configuration-module.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,224 @@ + + + +
+Trees | + + +Indices | + + +Help | + ++ |
---|
+ | + +
+ |
+
Defines an interface for accessing configurations, typically for SW builds.
+This interface is generally based on the Jakarta Commons Configuration API. A +configuration is a collection of properties. Builders create Configuration +objects from various source inputs.
+
|
+|||
+ + |
+ Configuration + Base Configuration objects. + |
+ ||
+ + |
+ PropertiesConfiguration + A Configuration that parses a plain text properties file. + |
+ ||
+ + | + NestedConfiguration + | +||
+ + |
+ Specification + Deprecated. + |
+ ||
+ + |
+ ConfigurationSet + A ConfigurationSet represents a set of configurations. + |
+ ||
+ + |
+ ConfigurationBuilder + Base class for builders that can create Configuration objects. + |
+ ||
+ + |
+ NestedConfigurationBuilder + Builder for building Configuration objects from nested configurations. + |
+ ||
+ + |
+ HierarchicalConfiguration + Represents hierarchical configurations such as XML documents. + |
+ ||
+ + |
+ _Key + A hierarchical configuration key. + |
+ ||
+ + |
+ XMLConfiguration + A XML-based hierarchical configuration. + |
+
+
|
+|||
+ + |
+ _logger = logging.getLogger('configuration')
+ |
+
Trees | + + +Indices | + + +Help | + ++ |
---|
+ Generated by Epydoc 3.0beta1 on Wed Sep 09 13:44:16 2009 + | ++ http://epydoc.sourceforge.net + | +