|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISourceFileLocator
Interface to look-up source files that will be included with the report.
| 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. |
| Method Detail |
|---|
Reader getSourceFile(String packageName,
String fileName)
throws IOException
packageName - VM name of the packagefileName - name of the source file
null otherwise
IOException - in case of problems while opening the fileint getTabWidth()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||