The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Siebel::Srvrmgr::ListParser::Output::Tabular::Struct::Delimited - subclasses to parse delimited output from srvrmgr

DESCRIPTION

This class is a subclass of Siebel::Srvrmgr::ListParser::Output::Tabular::Struct to parse output from srvrmgr that is created with a field delimiter character.

ATTRIBUTES

trimmer

A code reference to remove additional spaces from the fields attributes data.

It is created automatically by a Moose builder.

get_fields

Overrided method from parent class.

Expects a string as parameter and returns a array reference with the fields values extracted.

BUILD

This Moose BUILD implementation does some additional validations during object creation and also escapes the field delimiter character to be used in regular expressions.

define_fields_pattern

Method overrided from the superclass.

Since this classes doesn't use the concept of "fields pattern" for parsing, it simply returns true, making this class compatible with parent class interface.

SEE ALSO

AUTHOR

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

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 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/.