dxFeed Graal CXX API
|
A class that allows to set JVM system properties and get the values of JVM system properties. More...
#include <System.hpp>
Static Public Member Functions | |
static bool | setProperty (const std::string &key, const std::string &value) |
Sets the JVM system property indicated by the specified key. | |
template<typename Properties > | |
static void | setProperties (Properties &&properties) |
Sets the JVM system properties to the Properties argument. | |
static std::string | getProperty (const std::string &key) |
Gets the system property indicated by the specified key. | |
A class that allows to set JVM system properties and get the values of JVM system properties.
|
static |
Gets the system property indicated by the specified key.
key | The name of the system property (UTF-8 string). |
|
inlinestatic |
Sets the JVM system properties to the Properties argument.
Properties | The properties' type (std::map, std::unordered_map etc). |
properties | The new system properties. |
|
static |
Sets the JVM system property indicated by the specified key.
key | The name of the system property (UTF-8 string). |
value | The value of the system property (UTF-8 string). |
Referenced by dxfc_system_set_property().