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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
defaultName, getName
public URILocation(URI uri)
public URILocation(String uriPath) throws URISyntaxException
URISyntaxException
Copyright © 2015–2022 SciJava. All rights reserved.