File-system representation adapters for containers
This module includes two adapters (adapter factories, really) for
providing a file-system representation for containers:
- noop
- Factory that "adapts" IContainer to IWriteDirectory.
This is a lie, since it just returns the original object.
- Cloner
- An IDirectoryFactory adapter that just clones the original object.