org.jacoco.report
Interface ISourceFileLocator
- All Known Implementing Classes:
- DirectorySourceFileLocator
public interface ISourceFileLocator
Interface to look-up source files that will be included with the report.
- Version:
- $Revision: $
- Author:
- Marc R. Hoffmann
Method Summary |
Reader |
getSourceFile(String packageName,
String fileName)
Tries to locate the given source file and opens a reader with the
appropriate encoding. |
getSourceFile
Reader getSourceFile(String packageName,
String fileName)
throws IOException
- Tries to locate the given source file and opens a reader with the
appropriate encoding.
- Parameters:
packageName
- VM name of the packagefileName
- name of the source file
- Returns:
- reader if the file could be located,
null
otherwise
- Throws:
IOException
- in case of problems while opening the file