26 #ifndef PROPERTIES_HPP_
27 #define PROPERTIES_HPP_
59 void put(
const char* key,
const char* value);
60 const char*
get(
const char* key);
68 #endif // PROPERTIES_HPP_
bool operator()(const char *s1, const char *s2) const
void fill(java_handle_t *p)
Fill the given Java system properties with all properties from the internal properties map...
std::map< const char *, const char *, ltstr > _properties
Properties()
Constructor fills the properties list with default values.
static void put(java_handle_t *p, const char *key, const char *value)
Add the given property to the given Java system properties.
static int strcmp(const char *s1, const char *s2)
void dump()
Dump all property entries.