<<

NAME

Youri::Check::Input - Abstract input plugin

DESCRIPTION

This abstract class defines input plugin interface.

CLASS METHODS

new(%args)

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

No generic parameters (subclasses may define additional ones).

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

INSTANCE METHODS

get_id()

Returns plugin identity.

prepare(@medias)

Perform optional preliminary initialisation, using given list of <Youri::Media> objects.

run($media, $resultset)

Check the packages from given Youri::Media object, and store the result in given Youri::Check::Resultset object.

SUBCLASSING

The following methods have to be implemented:

run

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.

<<