NAME

Siebel::Srvrmgr::Daemon::Action::LoadPreferences - dummy subclass of Siebel::Srvrmgr::Daemon::Action to allow execution of load preferences command

SYNOPSIS

use Siebel::Srvrmgr::Daemon::Action::LoadPreferences;

my $action = Siebel::Srvrmgr::Daemon::Action::LoadPreferences->new(parser => Siebel::Srvrmgr::ListParser->new());

$action->do(\@output);

DESCRIPTION

The only usage for this class is to allow execution of load preferences command by a Siebel::Srvrmgr::Daemon object, allowing the execution and parsing of the output of the command to be executed in the regular cycle of processing.

Executing load preferences is particullary useful for setting the correct columns and sizing of output of commands like list comp.

METHODS

do

do method will not do much: it expects an array reference with the output of the command load preferences. This content will be parsed by Siebel::Srvrmgr::ListParser object and as soon an Siebel::Srvrmgr::ListParser::Output::LoadPreferences is found the method will return true (1).

If the LoadPreferences object is not found, the method will return false.

SEE ALSO

AUTHOR

Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org<>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 of Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org<>

This file is part of Siebel Monitoring Tools.

Siebel Monitoring Tools is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Siebel Monitoring Tools is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Siebel Monitoring Tools. If not, see <http://www.gnu.org/licenses/>.