|
__init__(self,
delegate_name,
source,
namespace_section)
Construct a SourceDelegate object.
|
|
get_name(self)
Returns the configuration delegate's name.
|
|
get_path_description(self,
path)
Returns a human readable description for @path.
|
|
handle_change(self,
change)
Inspect a ProfileChange.
|
|
commit_change(self,
change,
mandatory=False)
Commit a change to profile.
|
|
start_monitoring(self)
Start monitoring for configuration changes.
|
|
stop_monitoring(self)
Stop monitoring for configuration changes.
|
|
sync_changes(self)
Save all committed changes to disk.
|
|
set_enforce_mandatory(self,
enforce)
Temporary make mandatory setting non-mandatory.
|
|
apply(self,
is_sabayon_session)
Apply profile to the current user's environment.
|