KinoSearch::Store::Folder

KinoSearch::Store::Folder is an abstract class representing a directory.
Download

KinoSearch::Store::Folder Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Marvin Humphrey
  • Publisher web site:
  • http://search.cpan.org/~creamyg/KinoSearch-0.162/lib/KinoSearch/Search/SearchServer.pm

KinoSearch::Store::Folder Tags


KinoSearch::Store::Folder Description

KinoSearch::Store::Folder is an abstract class representing a directory. KinoSearch::Store::Folder is an abstract class representing a directory.SYNOPSIS # abstract base classThe archetypal implementation of Folder, FSFolder, is a single directory on the file system holding a collection of files. However, to allow alternative implementations such as RAMFolder, i/o and file manipulation are abstracted out rather than executed directly by KinoSearch's classes.A "file" within an folder might be a real file on disk-- or it might be a ram file. Similarly, $folder->delete_file($filename) might delete a file from the file system, or a key-value pair from a hash, or something else. Requirements: · Perl


KinoSearch::Store::Folder Related Software