public final class ClasspathURLFactory extends Object implements URIFactory
URIs.| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
SUPPORTED_SCHEMES |
| Constructor and Description |
|---|
ClasspathURLFactory() |
| Modifier and Type | Method and Description |
|---|---|
static URL |
convert(URI uri) |
URI |
create(String uri) |
URI |
create(URI baseURI,
String segment) |
public static URL convert(URI uri) throws MalformedURLException
MalformedURLExceptionpublic URI create(String uri)
create in interface URIFactoryuri - Some uri string.URI.Copyright © 2019. All rights reserved.