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. |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitdefaultName, getNamepublic URILocation(URI uri)
public URILocation(String uriPath) throws URISyntaxException
URISyntaxExceptionCopyright © 2015–2022 SciJava. All rights reserved.