Skip to content

abstract class Barista::Behaviors::Software::Commands::Base
inherits Reference #

Included modules

Barista::Behaviors::Software::Emittable

Direct known subclasses

Barista::Behaviors::Software::Commands::Block Barista::Behaviors::Software::Commands::Command Barista::Behaviors::Software::Commands::Copy Barista::Behaviors::Software::Commands::Emit Barista::Behaviors::Software::Commands::Link Barista::Behaviors::Software::Commands::Mkdir Barista::Behaviors::Software::Commands::Patch Barista::Behaviors::Software::Commands::Sync Barista::Behaviors::Software::Commands::Template

Methods#

abstract #description : String#

A unique string representing this command

used to calculate the shasum for the builder

abstract #execute#

executes the command

takes the name of the task, a BuildMeta for logging, and an optional file handle for logging.