Class: Wukong::Source::SourceRunner
- Inherits:
-
Local::LocalRunner
- Object
- Runner
- Local::LocalRunner
- Wukong::Source::SourceRunner
- Includes:
- Logging
- Defined in:
- lib/wukong/source/source_runner.rb
Overview
Implements the wu-source
command.
Instance Attribute Summary
Attributes inherited from Runner
Instance Method Summary collapse
-
#driver ⇒ Class
The driver class used by
wu-source
.
Methods included from Logging
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
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
Constructor Details
This class inherits a constructor from Wukong::Runner
Instance Method Details
#driver ⇒ Class
The driver class used by wu-source
.
32 33 34 |
# File 'lib/wukong/source/source_runner.rb', line 32 def driver SourceDriver end |