Package org.scijava.io.location
Class URILocation
- java.lang.Object
-
- org.scijava.io.location.AbstractLocation
-
- org.scijava.io.location.URILocation
-
- All Implemented Interfaces:
Location
public class URILocation extends AbstractLocation
- Author:
- Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description URILocation(String uriPath)URILocation(URI uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getQueryMap()StringgetQueryValue(String key)URIgetURI()Gets the location expressed as aURI, or null if the location cannot be expressed as such.-
Methods inherited from class org.scijava.io.location.AbstractLocation
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.io.location.Location
defaultName, getName
-
-
-
-
Constructor Detail
-
URILocation
public URILocation(URI uri)
-
URILocation
public URILocation(String uriPath) throws URISyntaxException
- Throws:
URISyntaxException
-
-