Youri::Check::Output - Abstract output plugin
This abstract class defines output plugin interface.
Creates and returns a new Youri::Check::Output object.
Generic parameters (subclasses may define additional ones):
Global reports generation (default: true).
Individual reports generation (default: true).
Warning: do not call directly, call subclass constructor instead.
Returns plugin identity.
Reports the result stored in given Youri::Check::Resultset object.
The following methods have to be implemented:
As an alternative, the following hooks can 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.