Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFullFileName()
Get the full filename of the source file.long
getLastModified()
java.io.InputStream
open()
Open an InputStream on the source file.
-