public interface SourceFileDataSource
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFullFileName()
Get the full filename of the source file.
|
java.net.URI |
getFullURI()
Get the full URI of the source file.
|
long |
getLastModified() |
java.io.InputStream |
open()
Open an InputStream on the source file.
|
java.io.InputStream open() throws java.io.IOException
java.io.IOException
java.lang.String getFullFileName()
java.net.URI getFullURI()
long getLastModified()
SpotBugs is licensed under the LGPL.