artefaktur
software engineer &        architecture

 
 
 
 

class PropertyResourceBundle

Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::util::PropertyResourceBundle Class Reference

#include <PropertyResourceBundle.h>

Inheritance diagram for acdk::util::PropertyResourceBundle:

acdk::util::ResourceBundle acdk::lang::Object acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

API: Java<br/>.

Author:
Roger Rene Kommer (mailto:kommer@artefaktur.com)
Version:
Revision
1.17
Date:
Date
2005/04/09 19:26:57


Public Member Functions

 PropertyResourceBundle (IN(acdk::io::RReader) in) throw ( acdk::io::RIOException )
virtual RIterator getKeys ()
RProperties getProperties ()
virtual bool hasValue (IN(RString) key)
virtual RStringArray getStringArray (IN(RString) key) throw ( RMissingResourceException )
virtual RMap getMap (IN(RString) key) throw ( RMissingResourceException )
 ACDK extension return a String to String map of values.


Protected Member Functions

acdk::lang::Object handleGetObject (IN(RString) key)
 Nil values are by default not a valid ressource bundle value Different to the Java spec this method should not throw an exception but simply return Nil;.


Private Attributes

RProperties _properties
 the underlying data


Constructor & Destructor Documentation

acdk::util::PropertyResourceBundle::PropertyResourceBundle IN(acdk::io::RReader in  )  throw ( acdk::io::RIOException )
 


Member Function Documentation

virtual RIterator acdk::util::PropertyResourceBundle::getKeys  )  [virtual]
 

Implements acdk::util::ResourceBundle.

virtual RMap acdk::util::PropertyResourceBundle::getMap IN(RString key  )  throw ( RMissingResourceException ) [virtual]
 

ACDK extension return a String to String map of values.

Reimplemented from acdk::util::ResourceBundle.

RProperties acdk::util::PropertyResourceBundle::getProperties  )  [inline]
 

virtual RStringArray acdk::util::PropertyResourceBundle::getStringArray IN(RString key  )  throw ( RMissingResourceException ) [virtual]
 

Reimplemented from acdk::util::ResourceBundle.

acdk::lang::Object acdk::util::PropertyResourceBundle::handleGetObject IN(RString key  )  [inline, protected, virtual]
 

Nil values are by default not a valid ressource bundle value Different to the Java spec this method should not throw an exception but simply return Nil;.

Implements acdk::util::ResourceBundle.

virtual bool acdk::util::PropertyResourceBundle::hasValue IN(RString key  )  [virtual]
 

Reimplemented from acdk::util::ResourceBundle.


Member Data Documentation

RProperties acdk::util::PropertyResourceBundle::_properties [private]
 

the underlying data

 
Last modified 2005-05-08 18:33 by SYSTEM By Artefaktur, Ing. Bureau Kommer