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. |
AbstractPdsGetHandler |
Abstract superclass of OFSN handlers that generate PDS products.
|
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.
|
LabelReader |
Class that reads a PDS label into a string buffer.
|
OFSNFileHandler |
An extensible implementation of the PDS-inspired Online File Specification
Name (OFSN) style product server.
|
PdsLabelHandler |
PDS Handler that expands and returns a PDS3 label, as plain text.
|
PdsLabelTransformerHandler |
PDS Handler that transforms PDS3/PDS4 images to other formats.
|
ZipDirHandler |
Handler that returns a ZIP file containing all files ion the requested directory.
|
ZipFileHandler |
PDS Handler to return a zipped package of a PDS3 label and its referenced files.
|
ZipSizeDirHandler |
Handler that returns the total size of all files contained in a product directory,
i.e.
|
ZipSizeFileHandler |
PDS Handler to return the total size of a PDS3 label and its referenced files
(which would be contained in the compressed package returned by the ZipFileHandler).
|
Copyright © 2010–2016 Planetary Data System. All rights reserved.