Represents a Composite URI.
More...
#include <src/main/activemq/util/CompositeData.h>
Represents a Composite URI.
- Since
- 3.0
◆ CompositeData()
| activemq::util::CompositeData::CompositeData |
( |
| ) |
|
◆ ~CompositeData()
| virtual activemq::util::CompositeData::~CompositeData |
( |
| ) |
|
|
virtual |
◆ getComponents() [1/2]
| LinkedList< URI > & activemq::util::CompositeData::getComponents |
( |
| ) |
|
|
inline |
◆ getComponents() [2/2]
◆ getFragment()
| std::string activemq::util::CompositeData::getFragment |
( |
| ) |
const |
|
inline |
◆ getHost()
| std::string activemq::util::CompositeData::getHost |
( |
| ) |
const |
|
inline |
◆ getParameters()
◆ getPath()
| std::string activemq::util::CompositeData::getPath |
( |
| ) |
const |
|
inline |
◆ getScheme()
| std::string activemq::util::CompositeData::getScheme |
( |
| ) |
const |
|
inline |
◆ setComponents()
◆ setFragment()
| void activemq::util::CompositeData::setFragment |
( |
const std::string & | fragment | ) |
|
|
inline |
◆ setHost()
| void activemq::util::CompositeData::setHost |
( |
const std::string & | host | ) |
|
|
inline |
◆ setParameters()
| void activemq::util::CompositeData::setParameters |
( |
const Properties & | parameters | ) |
|
|
inline |
◆ setPath()
| void activemq::util::CompositeData::setPath |
( |
const std::string & | path | ) |
|
|
inline |
◆ setScheme()
| void activemq::util::CompositeData::setScheme |
( |
const std::string & | scheme | ) |
|
|
inline |
◆ toURI()
| URI activemq::util::CompositeData::toURI |
( |
| ) |
const |
The documentation for this class was generated from the following file: