diff -r 9374c207cfee -r 9dcc6e7393f7 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 15:39:31 2009 +0100
@@ -0,0 +1,354 @@
+
+
+
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ 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__
+
+ |
+
+
+
+