A parameter that contains a URI pointing to data intended for a PolicySpi or ConfigurationSpi implementation.
A parameter that contains a URI pointing to data intended for a PolicySpi or ConfigurationSpi implementation.
(->uri-parameter uri)
Constructor.
Constructs a URIParameter with the URI pointing to data intended for an SPI implementation.
uri - the URI pointing to the data. - java.net.URI
throws: java.lang.NullPointerException - if the specified URI is null.
Constructor. Constructs a URIParameter with the URI pointing to data intended for an SPI implementation. uri - the URI pointing to the data. - `java.net.URI` throws: java.lang.NullPointerException - if the specified URI is null.
(get-uri this)
Returns the URI.
returns: uri the URI. - java.net.URI
Returns the URI. returns: uri the URI. - `java.net.URI`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close