Command resource client

Command resource client

Format

A R6 object of class CommandResourceClient

Details

Base class for resource clients issuing commands and get a result with the status of the execution, the output and the error messages.

Super class

resourcer::ResourceClient -> CommandResourceClient

Methods

Inherited methods


Method new()

Creates a new CommandResourceClient instance

Usage

CommandResourceClient$new(resource)

Arguments

resource

A valid resource object.

Returns

A CommandResourceClient object.


Method clone()

The objects of this class are cloneable with this method.

Usage

CommandResourceClient$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.