Package org.scijava.io.location
Class FileLocationResolver
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.plugin.AbstractRichPlugin
-
- org.scijava.plugin.AbstractTypedPlugin<D>
-
- org.scijava.plugin.AbstractHandlerPlugin<URI>
-
- org.scijava.io.location.AbstractLocationResolver
-
- org.scijava.io.location.FileLocationResolver
-
- All Implemented Interfaces:
Comparable<Prioritized>,Contextual,Identifiable,LocationResolver,Locatable,Logged,HandlerPlugin<URI>,HasPluginInfo,RichPlugin,SciJavaPlugin,SingletonPlugin,TypedPlugin<URI>,Prioritized,Typed<URI>,Versioned
public class FileLocationResolver extends AbstractLocationResolver
Implementation ofLocationResolverforFileLocation.- Author:
- Gabriel Einsdorf
-
-
Constructor Summary
Constructors Constructor Description FileLocationResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Locationresolve(URI uri)-
Methods inherited from class org.scijava.io.location.AbstractLocationResolver
getType, supports
-
Methods inherited from class org.scijava.plugin.AbstractRichPlugin
getInfo, getPriority, setInfo, setPriority, toString
-
Methods inherited from class org.scijava.AbstractContextual
context, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
-
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
-
Methods inherited from interface org.scijava.Locatable
getLocation
-
Methods inherited from interface org.scijava.Prioritized
compareTo, getPriority, setPriority
-
Methods inherited from interface org.scijava.plugin.RichPlugin
getIdentifier, log
-
Methods inherited from interface org.scijava.Versioned
getVersion
-
-
-
-
Method Detail
-
resolve
public Location resolve(URI uri)
Description copied from interface:LocationResolver- Returns:
- the resolved Location
-
-