public class DefaultLocationService extends AbstractHandlerService<URI,LocationResolver> implements LocationService
LocationService
implementation.Constructor and Description |
---|
DefaultLocationService() |
Modifier and Type | Method and Description |
---|---|
LocationResolver |
getResolver(URI uri)
Returns a
LocationResolver capable of resolving URL like the one
provided to this method. |
getInstance, getInstances, objectService
pluginService
getContext, setContext, toString
getInfo, getPriority, setInfo, setPriority
context
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPluginType, getType, resolve, resolve
getHandler, getInstances, supports
create, filterInstances, getInstance, initialize, objectService
find
getPlugins, getPluginService, pluginService
registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
public LocationResolver getResolver(URI uri)
LocationService
LocationResolver
capable of resolving URL like the one
provided to this method. Allows faster repeated resolving of similar URIs
without going through this service.getResolver
in interface LocationService
uri
- the uriLocationResolver
for this uri type, or
null
if no resolver could be found.Copyright © 2009–2018 SciJava. All rights reserved.