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__