|
| run_options () |
| Constructor sets up base class with the correct values for the look at options. More...
|
|
virtual | ~run_options () |
|
| boot_options_file (const char *file_name, const char *section_prefix, const char *section_version, const char *section_suffix, const char *command, const char *command2=0) |
| Construct boot_options_file object by setting parameters for the options file it will edit. More...
|
|
virtual | ~boot_options_file () |
|
void | rollback () |
| Discard any changes and reload the file. More...
|
|
void | commit () |
| Commit any changes to the file. More...
|
|
bool | contains (const std::string &app) const |
| Check if application is contained in the look ups. More...
|
|
bool | add (const std::string &app) |
| Add application to up section. More...
|
|
bool | remove (const std::string &app) |
| Remove application from section. More...
|
|
bool | replace (const std::string &was_app, const std::string &app) |
| Replace an application. More...
|
|
const std::string & | read_pathname () const |
| The path name to the location of the PreDesk file that contains the look at declarations for reading. More...
|
|
const std::string & | write_pathname () const |
| The path name to the location of the PreDesk file that any changes to the look at declarations will be written to. More...
|
|
void | use_test_pathname (const std::string &pathname) |
| Change the path name for read or write. More...
|
|
bool | has_section () const |
| See if file has the section defined. More...
|
|
bool | modified () const |
|
bool | contains_raw (const std::string &app) const |
| Check if exact name is contained in the look ups. More...
|
|
void | dump_apps () const |
| Dump apps array to cout - debugging helper. More...
|
|
Class to configure the run options in the Desktop file.