public class URILocation extends AbstractLocation
| Constructor and Description |
|---|
URILocation(String uriPath) |
URILocation(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getQueryMap() |
String |
getQueryValue(String key) |
URI |
getURI()
Gets the location expressed as a
URI, or null if the location
cannot be expressed as such. |
public URILocation(URI uri)
public URILocation(String uriPath) throws URISyntaxException
URISyntaxExceptionCopyright © 2009–2016 SciJava. All rights reserved.