#include <Properties.h>
Classes | |
class | Names |
Public Member Functions | |
Properties () | |
Properties (const Properties ©) | |
Properties (const Properties *defaults) | |
virtual | ~Properties () |
const String * | getProperty (const String &key) const throw () |
const String * | getProperty (const String &key, const String &defaultValue) const throw () |
Object * | setProperty (const String &key, const String &value) |
Enumeration< const String > * | propertyNames () const |
void | load (InputStream &in) throw (IOException) |
void | store (OutputStream &out, const String &header) throw (IOException) |
Protected Attributes | |
const Properties * | defaults |
beecrypt::util::Properties::Properties | ( | ) |
beecrypt::util::Properties::Properties | ( | const Properties & | copy | ) |
beecrypt::util::Properties::Properties | ( | const Properties * | defaults | ) |
virtual beecrypt::util::Properties::~Properties | ( | ) | [inline, virtual] |
const String* beecrypt::util::Properties::getProperty | ( | const String & | key, | |
const String & | defaultValue | |||
) | const throw () |
void beecrypt::util::Properties::load | ( | InputStream & | in | ) | throw (IOException) |
Enumeration<const String>* beecrypt::util::Properties::propertyNames | ( | ) | const |
Reimplemented in beecrypt::security::Provider.
void beecrypt::util::Properties::store | ( | OutputStream & | out, | |
const String & | header | |||
) | throw (IOException) |
const Properties* beecrypt::util::Properties::defaults [protected] |