org.jvnet.hudson.tftpd
Interface PathResolver


public interface PathResolver

The file system view of TFTP server.

This abstracts away the actual data storage.

Author:
Kohsuke Kawaguchi

Method Summary
 Data open(java.lang.String fileName)
          If a file name points to a resource, return it.
 

Method Detail

open

Data open(java.lang.String fileName)
          throws java.io.IOException
If a file name points to a resource, return it.

Throws:
java.io.IOException - If no such file exists.


Copyright © 2009. All Rights Reserved.