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 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 ()
EnumerationpropertyNames () const
void load (InputStream &in) throw (IOException)
void store (OutputStream &out, const String &header) throw (IOException)

Protected Attributes

const Propertiesdefaults

Classes

class  PropEnum


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 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)


Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Tue May 20 14:00:26 2008 for BeeCrypt by  doxygen 1.5.5