-
-
24 Dec 2009 00:10:44 UTC
- Development release
- Distribution: KinoSearch
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (5)
- Testers (68 / 0 / 15)
- Kwalitee
Bus factor: 0- License: perl_5
- Activity
24 month- Tools
- Download (809.92KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Marvin Humphrey <marvin at rectangular dot com>
- Dependencies
- JSON::XS
- Lingua::Stem::Snowball
- Lingua::StopWords
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
KinoSearch::Store::Folder - Abstract class representing a directory.
SYNOPSIS
# Abstract base class.
DESCRIPTION
Abstract class representing a directory.
The 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, delete() might delete a file from the file system, or a key-value pair from a hash, or something else.
INHERITANCE
KinoSearch::Store::Folder isa KinoSearch::Obj.
COPYRIGHT AND LICENSE
Copyright 2005-2009 Marvin Humphrey
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install KSx::Simple, copy and paste the appropriate command in to your terminal.
cpanm KSx::Simple
perl -MCPAN -e shell install KSx::Simple
For more information on module installation, please visit the detailed CPAN module installation guide.