NAME
List::Filter::Library::FileSystem - filters for unix file listings
SYNOPSIS
# This is a plugin, not intended for direct use.
# See: List::Filter::Storage::CODE
DESCRIPTION
A library of List::Filter filters for use on file listings.
See List::Filter::Library::Documentation for a information about the filters defined here.
METHODS
- new
-
Instantiates a new List::Filter::Transform::Library::FileSystem object.
- init
-
Initialize object attributes and then lock them down to prevent accidental creation of new ones.
Note: there is no leading underscore on name "init", though it's arguably an "internal" routine (i.e. not likely to be of use to client code).
- define_filters_href
-
Returns a hash reference (keyed by filter name) of filter hash references.
setters and getters
- storage_handler
-
Getter for object attribute storage_handler
- set_storage_handler
-
Setter for object attribute set_storage_handler
SEE ALSO
List::Filter List::Filter::Project
AUTHOR
Joseph Brenner, <doom@kzsu.stanford.edu>
COPYRIGHT AND LICENSE
Copyright (C) 2007 by Joseph Brenner
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.
BUGS
None reported... yet.