Bryar::DataSource::Multiplex - multiplex Bryar datasources


Bryar-DataSource-Multiplex documentation  | view source Contained in the Bryar-DataSource-Multiplex distribution.

Index


NAME

Top

Bryar::DataSource::Multiplex - multiplex Bryar datasources

VERSION

Top

version 0.122

 $Id$

DESCRIPTION

Top

This module implements the Bryar::DataSource interface. It aggregates other datasources and provides sets of documents from all the multiplexed sources.

It expects to find a config entry called "sources" containing a reference to an array of sub-configurations. These elements are used as config data. The class named in their "source" key has called methods relayed to it, with the rest of the element passed as the Bryar configuration data. The elements must also have an "id" entry uniquely identifying the datasource.

METHODS

Top

(see: Bryar::DataSource::Base)

If the "subblog" parameter has been passed, only the datasource with the given id is searched.

all_documents

(see: Bryar::DataSource::Base)

AUTHOR

Top

Ricardo Signes, <rjbs@cpan.org>

BUGS

Top

Please report any bugs or feature requests to bug-bryar-datasource-multiplex@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT

Top


Bryar-DataSource-Multiplex documentation  | view source Contained in the Bryar-DataSource-Multiplex distribution.