Uses of Interface
org.apache.oodt.product.handlers.ofsn.OFSNListHandler

Packages that use OFSNListHandler
org.apache.oodt.product.handlers.ofsn   
org.apache.oodt.product.handlers.ofsn.util   
 

Uses of OFSNListHandler in org.apache.oodt.product.handlers.ofsn
 

Classes in org.apache.oodt.product.handlers.ofsn that implement OFSNListHandler
 class AbstractCrawlLister
          An abstract OFSNListHandler for generating file lists based on two simple flags: recurse, and crawlForDirs, indicating to crawl for directories rather than files.
 class DirListNonRecursiveHandler
          Generates a directory listing, without recursing into the OFSN path.
 class DirListRecursiveHandler
          Generates a directory listing, recursing into the OFSN path.
 class FileListNonRecursiveHandler
          A non recursive file listing from a given OFSN.
 class FileListRecursiveHandler
          A recursive file listing from the provided ofsn.
 class RawSizeListHandler
          Handles a listing request for the raw size of a file.
 class SingleFileListHandler
          Returns a single remote file listing of the given ofsn.
 class SingleZipFileListHandler
          Generates a listing of the size of a remote file identified by its OFSN as a zip would be.
 class URLGetHandler
          A OFSNGetHandler for returning a URL listing pointing to files within an OFSN NOTE: Configuration parameters for this class include: 1.
 

Uses of OFSNListHandler in org.apache.oodt.product.handlers.ofsn.util
 

Methods in org.apache.oodt.product.handlers.ofsn.util that return OFSNListHandler
static OFSNListHandler OFSNObjectFactory.getListHandler(String className)
           Constructs a new OFSNListHandler from the specified className.
 



Copyright © 1999-2012 Apache OODT. All Rights Reserved.