#include <bayonne.h>
Inheritance diagram for KeyPaths::
Public Methods | |
KeyPaths () | |
Initialize keypath data. More... | |
const char * | getLibexec (void) |
Get the driver and tgi base directories. More... | |
const char * | getTgipath (void) |
Get library tgi exec search path. More... | |
const char * | getLibpath (void) |
Get prefix for DSO modules at install. More... | |
const char * | getDatafiles (void) |
Get the primary working storage for writable messages. More... | |
const char * | getWrappers (void) |
Get the wrappers working space for inter-system bridging. More... | |
const char * | getRunfiles (void) |
Get the runfile directory. More... | |
const char * | getSpool (void) |
Get the spool directory. More... | |
const char * | getScriptFiles (void) |
Get the primary script prefix directory. More... | |
const char * | getPromptFiles (void) |
Get the prompt directory. More... | |
const char * | getCache (void) |
Get the pre-cache directory. More... |
Has internal defaults if section or file is missing.
|
Initialize keypath data.
|
|
Get the pre-cache directory.
|
|
Get the primary working storage for writable messages.
|
|
Get the driver and tgi base directories.
|
|
Get prefix for DSO modules at install.
|
|
Get the prompt directory.
|
|
Get the runfile directory.
|
|
Get the primary script prefix directory.
|
|
Get the spool directory.
|
|
Get library tgi exec search path.
|
|
Get the wrappers working space for inter-system bridging.
|