Attributes
- Companion:
- object
- Graph
- Supertypes
Members list
Type members
Value members
Concrete methods
For URNs this method is exactly the same as ==
For URNs this method is exactly the same as ==
Attributes
Copies this Uri but with a new UriConfig
Copies this Uri but with a new UriConfig
Attributes
- config
the new config to use
- Returns:
a new Uri with the specified config
Converts this URN into a URL with the given scheme. The NID and NSS will be made path segments of the URL.
Converts this URN into a URL with the given scheme. The NID and NSS will be made path segments of the URL.
Attributes
- scheme
the new scheme to set
- Returns:
a new Uri with the specified scheme
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Converts to a java.net.URI
Converts to a java.net.URI
This involves a toString
and URI.parse
because the specific java.net.URI
constructors do not deal properly with encoded elements
Attributes
- Returns:
a
java.net.URI
matching thisio.lemonlabs.uri.Uri
- Inherited from:
- Uri
Returns the path with no encoders taking place (e.g. non ASCII characters will not be percent encoded)
Returns the path with no encoders taking place (e.g. non ASCII characters will not be percent encoded)
Attributes
- Returns:
String containing the raw path for this Uri
- Inherited from:
- Uri