public interface LocationResolver extends HandlerPlugin<URI>
LocationResolver
plugins allow resolving an URI
to a
Location
. Extending AbstractLocationResolver
is recommended
for easy implementation.Modifier and Type | Method and Description |
---|---|
Location |
resolve(URI uri)
|
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
Location resolve(URI uri) throws URISyntaxException
URISyntaxException
Copyright © 2015–2022 SciJava. All rights reserved.