A class that acts as a container for domain specific information such as resource directory and also provides domain specific services such as uri translation. More...
#include <interface_domain.hpp>
Public Member Functions | |
| const string & | getResourceDirectory () const |
| Retrieves the content & resource directory of the system. More... | |
| UriTranslator & | getUriTranslator () |
| Returns translator for Uris. More... | |
| void | setResourceDirectory (const string &path) |
| Sets resource directory of the system. More... | |
| virtual | ~InterfaceDomainBase ()=default |
| Destructor. More... | |
A class that acts as a container for domain specific information such as resource directory and also provides domain specific services such as uri translation.
|
virtualdefault |
Destructor.
| const string& kanzi::connect::InterfaceDomainBase::getResourceDirectory | ( | ) | const |
Retrieves the content & resource directory of the system.
| UriTranslator& kanzi::connect::InterfaceDomainBase::getUriTranslator | ( | ) |
Returns translator for Uris.
| void kanzi::connect::InterfaceDomainBase::setResourceDirectory | ( | const string & | path | ) |
Sets resource directory of the system.
| path | Path to resource directory. |