[DataAccess] Add class for accessing physical filesystems

Review Request #67 — Created Feb. 23, 2013 and submitted — Latest diff uploaded

pprkut
Lunr
master
lunr
This adds a class (and a couple interfaces) to help with accessing physical filesystems in a similar fashion as the database access objects help accessing databases.

Note that we break the DI Pattern here a bit, as all the iterators used in the class are not injected. The (tiny) benefits we would get from injecting those do IMHO not outweigh the increased complexity we'd have in both testing and usage.
Unit Tests
Loading...