Package io.protostuff.compiler.parser
Class MultiPathFileReader
- java.lang.Object
-
- io.protostuff.compiler.parser.MultiPathFileReader
-
- All Implemented Interfaces:
FileReader
public class MultiPathFileReader extends Object implements FileReader
File reader implementation that can do file lookup in multiple folders.- Author:
- Kostiantyn Shchepanovskyi
-
-
Constructor Summary
Constructors Constructor Description MultiPathFileReader(List<Path> includePathList)Create new instance for a specified list of lookup paths.
-