NAME
Siebel::Srvrmgr::ListParser::Output::ListCompTypes - subclass to parse list comp types command
SYNOPSIS
See Siebel::Srvrmgr::ListParser::Output for examples.
DESCRIPTION
This subclass of Siebel::Srvrmgr::ListParser::Output parses the output of the command list comp types
.
This is the list configuration of the srvrmgr
expected by the module:
srvrmgr> configure list comp type
CT_NAME (76): Component type name
CT_RUNMODE (31): Supported run mode
CT_ALIAS (31): Component type alias
CT_DESC_TEXT (251): Description of component type
If the configuration is not setup as this, the parsing will fail and the module may raise exceptions.
ATTRIBUTES
attribs
An array reference with the attributes of each Siebel Server listed by list servers
command.
METHODS
get_attribs
Returns the array reference stored in the types_attribs
attribute.
parse
Parses the data stored in the raw_data
attribute, setting the parsed_lines
attribute.
The raw_data
will be set to a reference to an empty array at the end of the process.
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/>.