public final class URLFactory extends Object implements URIFactory
URI
s.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 URIFactory
uri
- Stringpublic URI create(URI baseURI, String segment)
create
in interface URIFactory
baseURI
- URIsegment
- StringCopyright © 2021. All rights reserved.