Package org.scijava.io.location
Class URLLocation
- java.lang.Object
-
- org.scijava.io.location.AbstractLocation
-
- org.scijava.io.location.URLLocation
-
- All Implemented Interfaces:
Location
public class URLLocation extends AbstractLocation
- Author:
- Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description URLLocation(URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetURI()Gets the associatedURI, or null if this URL is not formatted strictly according to RFC2396 and cannot be converted to a URI.URLgetURL()Gets the associatedURL.-
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
-
-