|
| | ActiveMQProperties () |
| |
| virtual | ~ActiveMQProperties () |
| |
| virtual decaf::util::Properties & | getProperties () |
| |
| virtual const decaf::util::Properties & | getProperties () const |
| |
| virtual void | setProperties (decaf::util::Properties &props) |
| |
| virtual int | size () const |
| | Returns the current count of all the Properties that are currently stored in the Properties object.
|
| |
| virtual bool | isEmpty () const |
| | Returns true if the properties object is empty.
|
| |
| virtual const char * | getProperty (const std::string &name) const |
| | Looks up the value for the given property.
|
| |
| virtual std::string | getProperty (const std::string &name, const std::string &defaultValue) const |
| | Looks up the value for the given property.
|
| |
| virtual void | setProperty (const std::string &name, const std::string &value) |
| | Sets the value for a given property.
|
| |
| virtual bool | hasProperty (const std::string &name) const |
| | Check to see if the Property exists in the set.
|
| |
| virtual std::string | remove (const std::string &name) |
| | Removes the property with the given name.
|
| |
| virtual std::vector< std::string > | propertyNames () const |
| | Returns a vector containing all the names of the properties currently stored in the Properties object.
|
| |
| virtual std::vector< std::pair< std::string, std::string > > | toArray () const |
| | Method that serializes the contents of the property map to an array.
|
| |
| virtual void | copy (const CMSProperties *source) |
| |
| virtual CMSProperties * | clone () const |
| | Clones this object.
|
| |
| virtual void | clear () |
| | Clears all properties from the map.
|
| |
| virtual std::string | toString () const |
| | Formats the contents of the Properties Object into a string that can be logged, etc.
|
| |
| virtual | ~CMSProperties () |
| |
| virtual int | size () const =0 |
| | Returns the current count of all the Properties that are currently stored in the Properties object.
|
| |
| virtual bool | isEmpty () const =0 |
| | Returns true if the properties object is empty.
|
| |
| virtual const char * | getProperty (const std::string &name) const =0 |
| | Looks up the value for the given property.
|
| |
| virtual std::string | getProperty (const std::string &name, const std::string &defaultValue) const =0 |
| | Looks up the value for the given property.
|
| |
| virtual void | setProperty (const std::string &name, const std::string &value)=0 |
| | Sets the value for a given property.
|
| |
| virtual bool | hasProperty (const std::string &name) const =0 |
| | Check to see if the Property exists in the set.
|
| |
| virtual std::string | remove (const std::string &name)=0 |
| | Removes the property with the given name.
|
| |
| virtual std::vector< std::string > | propertyNames () const =0 |
| | Returns a vector containing all the names of the properties currently stored in the Properties object.
|
| |
| virtual std::vector< std::pair< std::string, std::string > > | toArray () const =0 |
| | Method that serializes the contents of the property map to an array.
|
| |
| virtual void | copy (const CMSProperties *source)=0 |
| | Copies the contents of the given properties object to this one.
|
| |
| virtual CMSProperties * | clone () const =0 |
| | Clones this object.
|
| |
| virtual void | clear ()=0 |
| | Clears all properties from the map.
|
| |
| virtual std::string | toString () const =0 |
| | Formats the contents of the Properties Object into a string that can be logged, etc.
|
| |
Implementation of the CMSProperties interface that delegates to a decaf::util::Properties object.
- Since
- 2.0