public final class URIUtils extends Object
Modifier and Type | Method and Description |
---|---|
static URI |
buildForConnId(String location)
Build a valid URI out of the given location.
|
public static URI buildForConnId(String location) throws MalformedURLException, URISyntaxException
location
- the candidate location for URIMalformedURLException
- if the intermediate URL is not validURISyntaxException
- if the given location does not correspond to a valid URICopyright © 2010–2023 The Apache Software Foundation. All rights reserved.