hudson.plugins.checkstyle.util
Interface FileInputStreamFactory


public interface FileInputStreamFactory

Factory to create an InputStream from an absolute filename.

Author:
Ulli Hafner

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.