24#ifndef INCLUDED_CPPUHELPER_UNOURL_HXX
25#define INCLUDED_CPPUHELPER_UNOURL_HXX
73 rtl::OUString
const& getDescriptor()
const;
81 rtl::OUString
const& getName()
const;
91 bool hasParameter(rtl::OUString
const& rKey)
const;
102 rtl::OUString getParameter(rtl::OUString
const& rKey)
const;
147 explicit UnoUrl(rtl::OUString
const& rUrl);
177 rtl::OUString
const& getObjectName()
const;
A descriptor as part of a UNO URL (connection descriptor or protocol descriptor).
UnoUrlDescriptor(rtl::OUString const &rDescriptor)
Construct a descriptor from a string representation.
Parse UNO URLs into their components.
UnoUrl(rtl::OUString const &rUrl)
Construct a UNO URL from a string representation.
#define CPPUHELPER_DLLPUBLIC