NAME

OSGi::Osgish - Main osgish object

DESCRIPTION

This object is pushed to commands and allows access to all relevant informations shared between commands. A command should consult the osgish object when performing its operation for contacting the OSGi server. The osgish object gets updated in the background e.g. when the server changes.

METHODS

$osgish = new OSGi::Osgish(agent => $agent,...)
$agent = $osgish->agent

Access to the agent object for accessing to the connected server. If there is no connected server, this methods returns undef

1 POD Error

The following errors were encountered while parsing the POD:

Around line 31:

=over without closing =back