Product features
List of Global Functions
GetBooleanFeature - Get value of a feature
GetFeature - Get value of a feature
GetSection - Get a complete section for evaluation
GetStringFeature - Get value of a feature
InitIfNeeded - Initialize the features structure if needed Either read from /etc/YaST2/ProductFeatures or set default values
Restore - Restore product features in running system
Save - Save product features
SetBooleanFeature - Set value of a feature
SetFeature - Set value of a feature
SetSection - Set a feature section Default values will be used where value not defined
SetStringFeature - Set value of a feature
List of Global Variables
Get value of a feature
Function parameters
string section
string feature
Return value
boolean - the feature value
Get value of a feature
Function parameters
string section
string feature
Return value
any - the feature value
Get a complete section for evaluation
Function parameters
string section_name
Return value
map<string,any> - a map key->value, options in the section
Get value of a feature
Function parameters
string section
string feature
Return value
string - the feature value
Initialize the features structure if needed Either read from /etc/YaST2/ProductFeatures or set default values
Return value
void
Set value of a feature
Function parameters
string section
string feature
boolean value
Return value
void
Set value of a feature
Function parameters
string section
string feature
any value
Return value
void
Set a feature section Default values will be used where value not defined
Function parameters
string section_name
map<string,any> section_map
Return value
void