|
|
|
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__
|