public abstract class AbstractLocationResolver extends AbstractHandlerPlugin<URI> implements LocationResolver
LocationResolver plugins.| Constructor and Description |
|---|
AbstractLocationResolver(String... schemes) |
| Modifier and Type | Method and Description |
|---|---|
Class<URI> |
getType()
Gets the type associated with the object.
|
boolean |
supports(URI uri)
Gets whether this object is compatible with the given data object.
|
getInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitresolvegetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic AbstractLocationResolver(String... schemes)
schemes - the uri schmemes that the implementing sub-type supportspublic boolean supports(URI uri)
Typed
By default, this method will return true iff the data is assignable
to the associated type given by Typed.getType(). But individual
implementations may have other requirements beyond class assignability.
Copyright © 2015–2022 SciJava. All rights reserved.