Interface | Description |
---|---|
BrowsableLocation |
A
Location that offers methods to browse other locations relative to
it. |
Location |
A location is a data descriptor, such as a file on disk, a remote
URL, or a database connection.
|
LocationResolver | |
LocationService |
A service that allows resolving of URIs to Locations, using
LocationResolver plugins for translation. |
RemoteLocation |
A
Location which resides on a remote machine. |
Class | Description |
---|---|
AbstractLocation |
Abstract base class for
Location implementations. |
AbstractLocationResolver |
Abstract super class for
LocationResolver plugins. |
AbstractRemoteLocation |
Abstract base class for
RemoteLocation implementations. |
BytesLocation | |
DefaultLocationService |
Default
LocationService implementation. |
DummyLocation |
Location backed by nothing whatsoever. |
FileLocation | |
FileLocationResolver |
Implementation of
LocationResolver for FileLocation . |
URILocation | |
URLLocation |
Copyright © 2015–2022 SciJava. All rights reserved.