NAME
KinoSearch::Store::Folder - Abstract class representing a directory.
DEPRECATED
The KinoSearch code base has been assimilated by the Apache Lucy project. The "KinoSearch" namespace has been deprecated, but development continues under our new name at our new home: http://lucy.apache.org/
SYNOPSIS
# Abstract base class.
DESCRIPTION
A "file" within a Folder might be a real file on disk -- or it might be a RAM buffer. Similarly, delete() might delete a file from the file system, or a key-value pair from a hash, or something else.
The archetypal implementation of Folder, FSFolder, represents a directory on the file system holding a collection of files.
INHERITANCE
KinoSearch::Store::Folder isa KinoSearch::Object::Obj.
COPYRIGHT AND LICENSE
Copyright 2005-2011 Marvin Humphrey
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.