Class 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 Detail

      • MultiPathFileReader

        @Inject
        public MultiPathFileReader​(List<Path> includePathList)
        Create new instance for a specified list of lookup paths.