public final class URLFactory extends Object implements URIFactory
URIs.| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
SUPPORTED_SCHEMES |
| Constructor and Description |
|---|
URLFactory() |
| Modifier and Type | Method and Description |
|---|---|
URI |
create(String uri) |
URI |
create(URI baseURI,
String segment) |
public URI create(String uri)
create in interface URIFactoryuri - Stringpublic URI create(URI baseURI, String segment)
create in interface URIFactorybaseURI - URIsegment - StringCopyright © 2023. All rights reserved.