Class: Rake::Options
- Inherits:
-
Object
- Object
- Rake::Options
- Defined in:
- lib/rake/options.rb
Overview
Options used by the Rake command line application.
Instance Attribute Summary collapse
-
#always_multitask ⇒ Object
Returns the value of attribute always_multitask.
-
#backtrace ⇒ Object
Returns the value of attribute backtrace.
-
#build_all ⇒ Object
Returns the value of attribute build_all.
-
#dryrun ⇒ Object
Returns the value of attribute dryrun.
-
#ignore_deprecate ⇒ Object
Returns the value of attribute ignore_deprecate.
-
#ignore_system ⇒ Object
Returns the value of attribute ignore_system.
-
#job_stats ⇒ Object
Returns the value of attribute job_stats.
-
#load_system ⇒ Object
Returns the value of attribute load_system.
-
#nosearch ⇒ Object
Returns the value of attribute nosearch.
-
#rakelib ⇒ Object
Returns the value of attribute rakelib.
-
#show_all_tasks ⇒ Object
Returns the value of attribute show_all_tasks.
-
#show_prereqs ⇒ Object
Returns the value of attribute show_prereqs.
-
#show_task_pattern ⇒ Object
Returns the value of attribute show_task_pattern.
-
#show_tasks ⇒ Object
Returns the value of attribute show_tasks.
-
#silent ⇒ Object
Returns the value of attribute silent.
-
#suppress_backtrace_pattern ⇒ Object
Returns the value of attribute suppress_backtrace_pattern.
-
#thread_pool_size ⇒ Object
Returns the value of attribute thread_pool_size.
-
#trace ⇒ Object
Returns the value of attribute trace.
-
#trace_output ⇒ Object
Returns the value of attribute trace_output.
-
#trace_rules ⇒ Object
Returns the value of attribute trace_rules.
Instance Attribute Details
#always_multitask ⇒ Object
Returns the value of attribute always_multitask.
9 10 11 |
# File 'lib/rake/options.rb', line 9 def always_multitask @always_multitask end |
#backtrace ⇒ Object
Returns the value of attribute backtrace.
10 11 12 |
# File 'lib/rake/options.rb', line 10 def backtrace @backtrace end |
#build_all ⇒ Object
Returns the value of attribute build_all.
11 12 13 |
# File 'lib/rake/options.rb', line 11 def build_all @build_all end |
#dryrun ⇒ Object
Returns the value of attribute dryrun.
12 13 14 |
# File 'lib/rake/options.rb', line 12 def dryrun @dryrun end |
#ignore_deprecate ⇒ Object
Returns the value of attribute ignore_deprecate.
13 14 15 |
# File 'lib/rake/options.rb', line 13 def ignore_deprecate @ignore_deprecate end |
#ignore_system ⇒ Object
Returns the value of attribute ignore_system.
14 15 16 |
# File 'lib/rake/options.rb', line 14 def ignore_system @ignore_system end |
#job_stats ⇒ Object
Returns the value of attribute job_stats.
15 16 17 |
# File 'lib/rake/options.rb', line 15 def job_stats @job_stats end |
#load_system ⇒ Object
Returns the value of attribute load_system.
16 17 18 |
# File 'lib/rake/options.rb', line 16 def load_system @load_system end |
#nosearch ⇒ Object
Returns the value of attribute nosearch.
17 18 19 |
# File 'lib/rake/options.rb', line 17 def nosearch @nosearch end |
#rakelib ⇒ Object
Returns the value of attribute rakelib.
18 19 20 |
# File 'lib/rake/options.rb', line 18 def rakelib @rakelib end |
#show_all_tasks ⇒ Object
Returns the value of attribute show_all_tasks.
19 20 21 |
# File 'lib/rake/options.rb', line 19 def show_all_tasks @show_all_tasks end |
#show_prereqs ⇒ Object
Returns the value of attribute show_prereqs.
20 21 22 |
# File 'lib/rake/options.rb', line 20 def show_prereqs @show_prereqs end |
#show_task_pattern ⇒ Object
Returns the value of attribute show_task_pattern.
21 22 23 |
# File 'lib/rake/options.rb', line 21 def show_task_pattern @show_task_pattern end |
#show_tasks ⇒ Object
Returns the value of attribute show_tasks.
22 23 24 |
# File 'lib/rake/options.rb', line 22 def show_tasks @show_tasks end |
#silent ⇒ Object
Returns the value of attribute silent.
23 24 25 |
# File 'lib/rake/options.rb', line 23 def silent @silent end |
#suppress_backtrace_pattern ⇒ Object
Returns the value of attribute suppress_backtrace_pattern.
24 25 26 |
# File 'lib/rake/options.rb', line 24 def suppress_backtrace_pattern @suppress_backtrace_pattern end |
#thread_pool_size ⇒ Object
Returns the value of attribute thread_pool_size.
25 26 27 |
# File 'lib/rake/options.rb', line 25 def thread_pool_size @thread_pool_size end |
#trace ⇒ Object
Returns the value of attribute trace.
26 27 28 |
# File 'lib/rake/options.rb', line 26 def trace @trace end |
#trace_output ⇒ Object
Returns the value of attribute trace_output.
27 28 29 |
# File 'lib/rake/options.rb', line 27 def trace_output @trace_output end |
#trace_rules ⇒ Object
Returns the value of attribute trace_rules.
28 29 30 |
# File 'lib/rake/options.rb', line 28 def trace_rules @trace_rules end |