Class: Wukong::Source::SourceRunner

Inherits:
Local::LocalRunner show all
Includes:
Logging
Defined in:
lib/wukong/source/source_runner.rb

Overview

Implements the wu-source command.

Instance Attribute Summary

Attributes inherited from Runner

#settings

Instance Method Summary collapse

Methods included from Logging

included

Methods inherited from Local::LocalRunner

#dataflow, #run, #setup, #validate

Methods inherited from Runner

#args, #dataflow?, #dataflow_class_for, description, #description, die, #initialize, #processor?, #program_name, #program_name=, #registered?, #root, run, #usage, usage

Methods included from Runner::BootSequence

#boot!

Methods included from Runner::HelpMessage

#dump_help, #dump_help_and_exit!, #help_given?, #strip_help_param!

Methods included from Runner::DeployPackLoader

#deploy_pack_dir, #environment_file, #in_deploy_pack?, #load_deploy_pack, #loaded_deploy_pack?

Methods included from Runner::CodeLoader

#load_args

Constructor Details

This class inherits a constructor from Wukong::Runner

Instance Method Details

#driverClass

The driver class used by wu-source.

Returns:

  • (Class)


32
33
34
# File 'lib/wukong/source/source_runner.rb', line 32

def driver
  SourceDriver
end