hudson.plugins.tasks.util
Interface FileInputStreamFactory


public interface FileInputStreamFactory

Factory to create an InputStream from an absolute filename.


Method Summary
 java.io.InputStream create(java.lang.String fileName)
          Creates an InputStream from the specified filename.
 

Method Detail

create

java.io.InputStream create(java.lang.String fileName)
                           throws java.io.FileNotFoundException
Creates an InputStream from the specified filename.

Parameters:
fileName - the file name
Returns:
the input stream
Throws:
java.io.FileNotFoundException - if the file could not be found


Copyright © 2008. All Rights Reserved.