Module: FluentCommandBuilder::InstallUtil::V11

Defined in:
lib/fluent_command_builder/command_builders/installutil_11.rb

Defined Under Namespace

Classes: InstallUtil

Constant Summary collapse

COMMAND_NAME =
'installUtil'

Instance Method Summary collapse

Instance Method Details

#installutil {|builder| ... } ⇒ Object

Yields:

  • (builder)


45
46
47
48
49
50
# File 'lib/fluent_command_builder/command_builders/installutil_11.rb', line 45

def installutil
  builder = CommandBuilder.new COMMAND_NAME
  command = InstallUtil.new builder
  yield builder if block_given?
  command
end