NAME

SReview::Files::Collection::direct

DESCRIPTION

A SReview::Files::Collection::Base subclass that implements direct file access through the filesystem. Files can be shared across hosts over network file systems (e.g., NFS or sshfs), or can be local-only.

It provides no extra methods or properties beyond those implemented by SReview::Files::Collection::Base, but has a more complete implementation of "delete" in SReview::Files::Collection::Base and a more efficient one of "has_file" in SReview::Files::Collection::Base.

AUTHOR

Wouter Verhelst <w@uter.be>