The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Siebel::Srvrmgr::ListParser::Output::Set - subclass to parse set command.

SYNOPSIS

See Siebel::Srvrmgr::ListParser::Output for example.

DESCRIPTION

This class is a subclass of Siebel::Srvrmgr::ListParser::Output. In truth, this is not a parser for a list command, but since the usage of load preferences is strongly recommended but not always possible, this subclasse was added to enable usage of the command set of srvrmgr in Siebel::Srvrmgr::Daemon::Action subclasses, more specifically the set delimiter command.

In some cases one might not be able to define a delimiter during compile time. That's a good use for this class.

ATTRIBUTES

METHODS

get_location

Returns the location attribute.

set_location

Set the location attribute. Expects and string as parameter.

parse

Parses the set output stored in the raw_data attribute, setting the data_parsed attribute.

The raw_data attribute will be set to an reference to an empty array.

CAVEATS

This class will parse set commands, but Siebel::Srvrmgr::ListParser::OutputFactory is currently configured only to accept set delimiter commands, anything else will not be recognized.

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/.