Package edu.umd.cs.findbugs.ba
Class FileSourceFileDataSource
java.lang.Object
edu.umd.cs.findbugs.ba.FileSourceFileDataSource
- All Implemented Interfaces:
SourceFileDataSource
Data source for source files which are stored in the filesystem.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the full filename of the source file.longopen()Open an InputStream on the source file.
-
Constructor Details
-
FileSourceFileDataSource
-
-
Method Details
-
open
Description copied from interface:SourceFileDataSourceOpen an InputStream on the source file.- Specified by:
openin interfaceSourceFileDataSource- Throws:
IOException
-
getFullFileName
Description copied from interface:SourceFileDataSourceGet the full filename of the source file.- Specified by:
getFullFileNamein interfaceSourceFileDataSource
-
getLastModified
public long getLastModified()- Specified by:
getLastModifiedin interfaceSourceFileDataSource
-