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, onEvent, onEventpluginServicegetContext, setContext, toStringgetInfo, getPriority, setInfo, setPrioritycontextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPluginType, getType, resolve, resolvegetHandler, getInstances, supportscreate, filterInstances, getInstance, initialize, objectServicefindgetPlugins, getPluginService, pluginServiceregisterEventHandlersgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersiondisposepublic LocationResolver getResolver(URI uri)
LocationServiceLocationResolver 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 LocationServiceuri - the uriLocationResolver for this uri type, or
null if no resolver could be found.Copyright © 2009–2018 SciJava. All rights reserved.