| Interface | Description |
|---|---|
| OFSNGetHandler |
The default OFSN handler for getting remote data.
|
| OFSNListHandler |
Classes that implement this interface define how to return file listings on a
remote server from an
ofsn. |
| Class | Description |
|---|---|
| AbstractCrawlLister |
An abstract
OFSNListHandler for generating file lists based on two
simple flags: recurse, and crawlForDirs, indicating to crawl for directories
rather than files. |
| DirListNonRecursiveHandler |
Generates a directory listing, without recursing into the OFSN path.
|
| DirListRecursiveHandler |
Generates a directory listing, recursing into the OFSN path.
|
| FileListNonRecursiveHandler |
A non recursive file listing from a given OFSN.
|
| FileListRecursiveHandler |
A recursive file listing from the provided ofsn.
|
| MD5GetHandler |
A
OFSNGetHandler to perform an MD5 for a file on the server side. |
| OFSNFileHandler |
An extensible implementation of the PDS-inspired Online File Specification
Name (OFSN) style product server.
|
| OFSNFileHandlerConfiguration |
The OFSN product handler's configuration object.
|
| OFSNFileHandlerConfigurationReader |
Reads an XML file representation of the
OFSNFileHandlerConfiguration. |
| OFSNHandlerConfig |
A configuration element in the XML config file for the OFSN handler.
|
| RawSizeListHandler |
Handles a listing request for the raw size of a file.
|
| SingleFileListHandler |
Returns a single remote file listing of the given ofsn.
|
| SingleZipFileListHandler |
Generates a listing of the size of a remote file identified by its OFSN as a
zip would be.
|
| StdOFSNGetHandler |
Standard way of retrieving a file without performing
any transformation on it.
|
| URLGetHandler |
A
OFSNGetHandler for returning a URL listing pointing to files within an OFSN
NOTE: Configuration parameters for this class include:
1. |
Copyright © 1999–2017 Apache OODT. All rights reserved.