public final class ClasspathURLFactory extends Object implements URIFactory
URI
s.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
MalformedURLException
public URI create(String uri)
create
in interface URIFactory
uri
- Some uri string.URI
.Copyright © 2023. All rights reserved.