FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba
Interface SourceFileDataSource

All Known Implementing Classes:
FileSourceFileDataSource, ZipSourceFileDataSource

public interface SourceFileDataSource

A data source which can produce a stream for a source file.


Method Summary
 java.lang.String getFullFileName()
          Get the full filename of the source file.
 java.io.InputStream open()
          Open an InputStream on the source file.
 

Method Detail

open

java.io.InputStream open()
                         throws java.io.IOException
Open an InputStream on the source file.

Throws:
java.io.IOException

getFullFileName

java.lang.String getFullFileName()
Get the full filename of the source file.


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.