NAME

Object::Meta::File::List - Library to index Object::Meta::File instances by their name field.

DESCRIPTION

Object::Meta::File::List implements a class which indexes Object::Meta::File instances by their name field. It works exactly like the Object::Meta::Named::List class.

Additionally a hash meta data field will be created for indexation and lookup.

The hash meta data field is used to lookup entries.

METHODS

Administration Methods

Add ( [ Object::Meta::File | DATA ] )

This works like Object::Meta::List::Add() only that it handles Object::Meta::File instances.

If no parameter is given it creates an empty instance of Object::Meta::File and adds it to the list

Parameters:

Object::Meta::File

An instance of Object::Meta::File to be added to the list.

DATA

A hash with data to create an instance of Object::Meta::File and add it to the list.

Returns: Object::Meta::File - The object which was created or added.

See Method Object::Meta::Named::List::Add()

See Method Object::Meta::List::Add()