|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OFSNListHandler
Classes that implement this interface define how to return file listings on a
remote server from an ofsn.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||