Package com.google.errorprone.apply
Class FsFileSource
java.lang.Object
com.google.errorprone.apply.FsFileSource
- All Implemented Interfaces:
FileSource
public final class FsFileSource extends Object implements FileSource
A FileSource that reads source files from the local filesystem.
-
Constructor Summary
Constructors Constructor Description FsFileSource(Path rootPath)
-
Method Summary
Modifier and Type Method Description SourceFile
readFile(String path)
-
Constructor Details
-
FsFileSource
-
-
Method Details
-
readFile
- Specified by:
readFile
in interfaceFileSource
- Throws:
IOException
-