<<

NAME

Youri::Check::Resultset - Abstract resultset

DESCRIPTION

This abstract class defines Youri::Check::Resultset interface

CLASS METHODS

new(%hash)

Creates and returns a new Youri::Check::Resultset object.

Generic parameters (subclasses may define additional ones):

mode output/input

Resultset access mode (default: output).

Warning: do not call directly, call subclass constructor instead.

INSTANCE METHODS

add_result($type, $media, $package, $values)

Add given hash reference as a new result for given type and Youri::Package::Base object.

Only possible if resultset has been created in input mode.

get_maintainers()

Returns the list of all maintainers with results.

get_iterator($type, $maintainer)

Returns a Youri::Check::Resultset::Iterator object over results for given input type and maintainer (if the last one if defined).

SUBCLASSING

All instances methods have to be implemented.

COPYRIGHT AND LICENSE

Copyright (C) 2002-2006, YOURI project

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

<<