public interface ISourceFileLocator
Modifier and Type | Method and Description |
---|---|
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.
|
Reader getSourceFile(String packageName, String fileName) throws IOException
packageName
- VM name of the packagefileName
- name of the source filenull
otherwiseIOException
- in case of problems while opening the fileint getTabWidth()
Copyright © 2021. All rights reserved.