One common use pattern for DOMFilesystemSourceStage is to pick a subset of files from a directory on the basis of a sourceFileFilter matching a regular expression.
There's an implementation of this in the ukf-mda project. We should pull that into the util package.
One common use pattern for
DOMFilesystemSourceStage
is to pick a subset of files from a directory on the basis of asourceFileFilter
matching a regular expression.There's an implementation of this in the
ukf-mda
project. We should pull that into the util package.