Package edu.umd.cs.findbugs.ba
Interface SourceFileDataSource
-
- All Known Implementing Classes:
FileSourceFileDataSource,ZipSourceFileDataSource
public interface SourceFileDataSourceA 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.StringgetFullFileName()Get the full filename of the source file.longgetLastModified()java.io.InputStreamopen()Open an InputStream on the source file.
-