Youri::Check::Maintainer::Preferences - Abstract maintainer preferences
This abstract class defines Youri::Check::Maintainer::Preferences interface.
use Youri::Check::Maintainer::Preferences::Foo; my $preferences = Youri::Check::Maintainer::Preferences::Foo->new();
Creates and returns a new Youri::Check::Maintainer::Preferences object.
Warning: do not call directly, call subclass constructor instead.
Returns preference of given maintainer for given plugin and configuration item.
The following methods have to be implemented:
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.