Class: LocalCommand

Inherits:
GenericCommand show all
Defined in:
lib/CommandManager.rb

Overview

Executes commands in the machine where it is called. See documentation for GenericCommand

Constant Summary

Constants inherited from GenericCommand

GenericCommand::ERROR_CLOSE, GenericCommand::ERROR_OPEN

Instance Attribute Summary

Attributes inherited from GenericCommand

#code, #command, #stderr, #stdout

Method Summary

Methods inherited from GenericCommand

#get_error_message, #initialize, #log, #run, run

Constructor Details

This class inherits a constructor from GenericCommand