<<

NAME

Youri::Check::Maintainer::Preferences - Abstract maintainer preferences

DESCRIPTION

This abstract class defines Youri::Check::Maintainer::Preferences interface.

SYNOPSIS

    use Youri::Check::Maintainer::Preferences::Foo;

    my $preferences = Youri::Check::Maintainer::Preferences::Foo->new();

CLASS METHODS

new(%args)

Creates and returns a new Youri::Check::Maintainer::Preferences object.

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

get_preference($maintainer, $plugin, $item)

Returns preference of given maintainer for given plugin and configuration item.

SUBCLASSING

The following methods have to be implemented:

get

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.

<<