org.jclouds.scriptbuilder.statements.ruby
Class InstallRubyGems.Builder

java.lang.Object
  extended by org.jclouds.scriptbuilder.statements.ruby.InstallRubyGems.Builder
Enclosing class:
InstallRubyGems

public static class InstallRubyGems.Builder
extends Object


Constructor Summary
InstallRubyGems.Builder()
           
 
Method Summary
 InstallRubyGems build()
           
 InstallRubyGems.Builder updateExistingGems(boolean updateExistingGems)
          Update the existing gems after installing RubyGems.
 InstallRubyGems.Builder updateSystem(boolean updateSystem)
          Update the gem system after installing RubyGems.
 InstallRubyGems.Builder updateSystem(boolean updateSystem, String updateSystemVersion)
          Update the gem system after installing RubyGems, forcing the update to a concrete version.
 InstallRubyGems.Builder version(String version)
          The version of RubyGems to install.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallRubyGems.Builder

public InstallRubyGems.Builder()
Method Detail

version

public InstallRubyGems.Builder version(@Nullable
                                       String version)
The version of RubyGems to install.


updateSystem

public InstallRubyGems.Builder updateSystem(boolean updateSystem)
Update the gem system after installing RubyGems.


updateSystem

public InstallRubyGems.Builder updateSystem(boolean updateSystem,
                                            @Nullable
                                            String updateSystemVersion)
Update the gem system after installing RubyGems, forcing the update to a concrete version.


updateExistingGems

public InstallRubyGems.Builder updateExistingGems(boolean updateExistingGems)
Update the existing gems after installing RubyGems.


build

public InstallRubyGems build()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.