|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacoco.report.DirectorySourceFileLocator
public class DirectorySourceFileLocator
Locator for source files that picks source files from a given directory in the file system.
Constructor Summary | |
---|---|
DirectorySourceFileLocator(File directory,
String encoding,
int tabWidth)
Creates a new locator that searches for source files in the given directory. |
Method Summary | |
---|---|
Reader |
getSourceFile(String packageName,
String fileName)
Tries to locate the given source file and opens a reader with the appropriate encoding. |
int |
getTabWidth()
Returns number of blank characters that represent a tab in source code. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectorySourceFileLocator(File directory, String encoding, int tabWidth)
directory
- directory to search for source fileencoding
- encoding of the source filestabWidth
- tab width in source files as number of blanksMethod Detail |
---|
public Reader getSourceFile(String packageName, String fileName) throws IOException
ISourceFileLocator
getSourceFile
in interface ISourceFileLocator
packageName
- VM name of the packagefileName
- name of the source file
null
otherwise
IOException
- in case of problems while opening the filepublic int getTabWidth()
ISourceFileLocator
getTabWidth
in interface ISourceFileLocator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |