#include <Properties.h>
List of all members.
Constructor & Destructor Documentation
| beecrypt::util::Properties::Properties |
( |
|
) |
|
| beecrypt::util::Properties::Properties |
( |
const Properties & |
copy |
) |
|
| beecrypt::util::Properties::Properties |
( |
const Properties * |
defaults |
) |
|
| virtual beecrypt::util::Properties::~Properties |
( |
|
) |
[virtual] |
Member Function Documentation
| const String* beecrypt::util::Properties::getProperty |
( |
const String & |
key, |
|
|
const String & |
defaultValue | |
|
) |
| | const throw () |
| const String* beecrypt::util::Properties::getProperty |
( |
const String & |
key |
) |
const throw () |
| void beecrypt::util::Properties::load |
( |
InputStream & |
in |
) |
throw (IOException) |
| Enumeration* beecrypt::util::Properties::propertyNames |
( |
|
) |
const |
| void beecrypt::util::Properties::setProperty |
( |
const String & |
key, |
|
|
const String & |
value | |
|
) |
| | throw () |
| void beecrypt::util::Properties::store |
( |
OutputStream & |
out, |
|
|
const String & |
header | |
|
) |
| | throw (IOException) |
Member Data Documentation
The documentation for this class was generated from the following file: