#include <Properties.h>


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 () |
| void | setProperty (const String &key, const String &value) throw () |
| Enumeration * | propertyNames () const |
| void | load (InputStream &in) throw (IOException) |
| void | store (OutputStream &out, const String &header) throw (IOException) |
Protected Attributes | |
| const Properties * | defaults |
Classes | |
| class | PropEnum |
| beecrypt::util::Properties::Properties | ( | ) |
| beecrypt::util::Properties::Properties | ( | const Properties & | copy | ) |
| beecrypt::util::Properties::Properties | ( | const Properties * | defaults | ) |
| virtual beecrypt::util::Properties::~Properties | ( | ) | [virtual] |
| const String* beecrypt::util::Properties::getProperty | ( | const String & | key | ) | const throw () |
| const String* beecrypt::util::Properties::getProperty | ( | const String & | key, | |
| const String & | defaultValue | |||
| ) | const throw () |
| void beecrypt::util::Properties::setProperty | ( | const String & | key, | |
| const String & | value | |||
| ) | throw () |
| Enumeration* beecrypt::util::Properties::propertyNames | ( | ) | const |
| void beecrypt::util::Properties::load | ( | InputStream & | in | ) | throw (IOException) |
| void beecrypt::util::Properties::store | ( | OutputStream & | out, | |
| const String & | header | |||
| ) | throw (IOException) |
const Properties* beecrypt::util::Properties::defaults [protected] |
1.5.4