Scanner

The scanner walks the source tree, filters ignored paths, forwards extractable files to semiliterate rules, and tracks the output paths produced by a build.

Main types

  • BuildPath: records the source file and generated destination path
  • SimpleScanner: scans folders, applies ignore rules, and dispatches extraction

In this article