|
__init__(self,
source,
delegate=None)
Construct a ProfileChange object.
|
|
get_source(self)
Get the ProfileSource from which this change came.
|
|
get_id(self)
Return and identifier for the configuration item which
changed.
|
|
get_short_description(self)
Return a short description of the configuration change.
|
|
get_ignore_default(self)
Returns the default value for the ignore item for this change.
|
|
get_mandatory(self)
Returns the mandatory value of the change, or None to use the
default
|
|
merge_old_change(self,
old_change)
Merges info from previous change into this change.
|