Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

beecrypt::util::Properties Class Reference
[C++ classes mimicking java.util]

#include <Properties.h>

Inheritance diagram for beecrypt::util::Properties:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::util::Properties:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Properties ()
 Properties (const Properties &copy)
 Properties (const Properties *defaults)
virtual ~Properties ()
const StringgetProperty (const String &key) const throw ()
const StringgetProperty (const String &key, const String &defaultValue) const throw ()
void setProperty (const String &key, const String &value) throw ()
EnumerationpropertyNames () const
void load (InputStream &in) throw (IOException)
void store (OutputStream &out, const String &header) throw (IOException)

Protected Attributes

const Propertiesdefaults

Classes

class  PropEnum

Detailed Description


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

const Properties* beecrypt::util::Properties::defaults [protected]
 


The documentation for this class was generated from the following file:
Generated on Mon Jun 20 08:19:44 2005 for BeeCrypt by  doxygen 1.4.0