Class InstallRubyGems
java.lang.Object
org.jclouds.scriptbuilder.statements.ruby.InstallRubyGems
- All Implemented Interfaces:
Statement
Installs RubyGems onto a host.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
InstallRubyGems
(com.google.common.base.Optional<String> version, boolean updateSystem, com.google.common.base.Optional<String> updateSystemVersion, boolean updateExistingGems) -
Method Summary
Modifier and TypeMethodDescriptionstatic InstallRubyGems.Builder
builder()
functionDependencies
(OsFamily family)
-
Field Details
-
DEFAULT_RUBYGEMS_VERSION
- See Also:
-
-
Constructor Details
-
InstallRubyGems
-
-
Method Details
-
builder
-
render
-
functionDependencies
- Specified by:
functionDependencies
in interfaceStatement
-