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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the full filename of the source file.Get the full URI of the source file.longopen()Open an InputStream on the source file.
-
Field Details
-
fileName
-
uri
-
-
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
-
getFullURI
Description copied from interface:SourceFileDataSourceGet the full URI of the source file.- Specified by:
getFullURIin interfaceSourceFileDataSource
-
getLastModified
public long getLastModified()- Specified by:
getLastModifiedin interfaceSourceFileDataSource
-