public class URLLocation extends AbstractLocation
Constructor and Description |
---|
URLLocation(URL url) |
Modifier and Type | Method and Description |
---|---|
URI |
getURI()
Gets the associated
URI , or null if this URL is not formatted
strictly according to to RFC2396 and cannot be converted to a URI. |
URL |
getURL()
Gets the associated
URL . |
public URLLocation(URL url)
Copyright © 2009–2016 SciJava. All rights reserved.