public interface OFSNListHandler
Classes that implement this interface define how to return file listings on a
remote server from an ofsn.
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Properties conf)
Configures this handler with the provided configuration stored in a
Properties object. |
File[] |
getListing(String ofsn)
Handlers that implement this method take an
Online
File Specification Name and return
back a listing of files on the remote server. |
File[] getListing(String ofsn) throws ProductException
Online
File Specification Name and return
back a listing of files on the remote server.ofsn - The OFSN path to list files from.File objects.ProductException - If any error occurs performing the listing on the server side.void configure(Properties conf)
Properties object.conf - The configuration for this list handler.Copyright © 1999-2014 Apache OODT. All Rights Reserved.