NAME

Siebel::Srvrmgr::ListParser::Output::LoadPreferences - subclass to parse load preferences 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, this subclasses was added to enable usage in Siebel::Srvrmgr::Daemon::Action subclasses.

ATTRIBUTES

location

A string of location of the preferences file returned by the load preferences command.

METHODS

get_location

Returns the location attribute.

set_location

Set the location attribute. Expects and string as parameter.

parse

Parses the load preferences 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.

SEE ALSO