public interface URIFactory
URI
s are able to be combined and created.Modifier and Type | Method and Description |
---|---|
URI |
create(String uri) |
URI |
create(URI baseURI,
String segment) |
URI create(String uri)
uri
- Some uri string.URI
.IllegalArgumentException
- if there was a problem creating the URI
with the given data.Copyright © 2019. All rights reserved.