diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/configuration_model.DataModel-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/configuration_model.DataModel-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,354 @@ + + + + + configuration_model.DataModel + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Module configuration_model :: + Class DataModel + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class DataModel

source code

+
+object --+
+         |
+        DataModel
+
+ +
+A model of the configuration properties.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__init__(self, + modelpath)
+ Initialization.
+ source code + +
+ +
+   + + + + + + +
validate_config(self, + config)
+ Validate the Ant configuration against the model.
+ source code + +
+ +
+   + + + + + + +
validate_config_at_startup(self, + config)
+ Validate the Ant configuration against the model at build startup.
+ source code + +
+ +
+   + + + + + + +
_check_deprecated_properties(self, + config, + items)
+ Check that deprecated properties not being used.
+ source code + +
+ +
+   + + + + + + +
_check_undefined_properties(self, + config, + items)
+ Check for any defined properties that are not in the model.
+ source code + +
+ +
+   + + + + + + +
_check_undefined_properties_in_groups(self, + config, + items) + source code + +
+ +
+   + + + + + + +
_check_defined_properties_not_in_groups(self, + config, + items) + source code + +
+ +
+   + + + + + + +
_check_type_validation(self, + config, + items) + source code + +
+ +
+

Inherited from object: + __delattr__, + __getattribute__, + __hash__, + __new__, + __reduce__, + __reduce_ex__, + __repr__, + __setattr__, + __str__ +

+
+ + + + + + + + + +
+ + + + + +
Properties[hide private]
+
+

Inherited from object: + __class__ +

+
+ + + + + + +
+ + + + + +
Method Details[hide private]
+
+ +
+ +
+ + +
+

__init__(self, + modelpath) +
(Constructor) +

+
source code  +
+ + Initialization. +
+
Overrides: + object.__init__ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +