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

Packages that use InstallRubyGems.Builder
org.jclouds.scriptbuilder.statements.ruby   
 

Uses of InstallRubyGems.Builder in org.jclouds.scriptbuilder.statements.ruby
 

Methods in org.jclouds.scriptbuilder.statements.ruby that return InstallRubyGems.Builder
static InstallRubyGems.Builder InstallRubyGems.builder()
           
 InstallRubyGems.Builder InstallRubyGems.Builder.updateExistingGems(boolean updateExistingGems)
          Update the existing gems after installing RubyGems.
 InstallRubyGems.Builder InstallRubyGems.Builder.updateSystem(boolean updateSystem)
          Update the gem system after installing RubyGems.
 InstallRubyGems.Builder InstallRubyGems.Builder.updateSystem(boolean updateSystem, String updateSystemVersion)
          Update the gem system after installing RubyGems, forcing the update to a concrete version.
 InstallRubyGems.Builder InstallRubyGems.Builder.version(String version)
          The version of RubyGems to install.
 



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