jpl.pds.server
Interface FileAccessor


public interface FileAccessor

A way to access files.

Version:
$Revision: 11071 $
Author:
Kelly

Method Summary
 File locateFile(String filename)
          Given a filename, return the appropriate File object for it.
 

Method Detail

locateFile

File locateFile(String filename)
                throws ServerException
Given a filename, return the appropriate File object for it.

Parameters:
filename - Name of file.
Returns:
File of file.
Throws:
ServerException - if an error occurs.


Copyright © 2005-2012 Planetary Data System. All Rights Reserved.