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

NAME

FusionInventory::Agent::Target::Local - Local target

DESCRIPTION

This is a target for storing execution result in a local folder.

METHODS

new(%params)

The constructor. The following parameters are allowed, in addition to those from the base class FusionInventory::Agent::Target, as keys of the %params hash:

path

the output directory path (mandatory)

reset()

Reset the local target counter.

getPath()

Return the local output directory for this target.

getName()

Return the target name

getType()

Return the target type

plannedTasks([@tasks])

Initializes target tasks with supported ones if a list of tasks is provided

Return an array of planned tasks.