edu.umd.cs.findbugs.ba

Interface SourceFileDataSource

public interface SourceFileDataSource

A data source which can produce a stream for a source file.
Method Summary
StringgetFullFileName()
Get the full filename of the source file.
InputStreamopen()
Open an InputStream on the source file.

Method Detail

getFullFileName

public String getFullFileName()
Get the full filename of the source file.

open

public InputStream open()
Open an InputStream on the source file.
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.