Class: FluentCommandBuilder::AppCfgPython::V16::VacuumIndexes
- Inherits:
-
CommandBase
- Object
- CommandBase
- FluentCommandBuilder::AppCfgPython::V16::VacuumIndexes
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
Instance Method Summary collapse
- #force {|@builder| ... } ⇒ Object
-
#initialize(builder, directory) ⇒ VacuumIndexes
constructor
A new instance of VacuumIndexes.
Methods inherited from CommandBase
Constructor Details
#initialize(builder, directory) ⇒ VacuumIndexes
Returns a new instance of VacuumIndexes.
552 553 554 555 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 552 def initialize(builder, directory) super builder @builder.append " vacuum_indexes #{@builder.format directory}" end |
Instance Method Details
#force {|@builder| ... } ⇒ Object
556 557 558 559 560 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 556 def force @builder.append ' --force' yield @builder if block_given? self end |