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