public class ScriptUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
renderScript(String script,
org.jclouds.scriptbuilder.domain.OsFamily forOs)
Renders a script of commands to be run on a particular operating system.
|
public static String renderScript(String script, org.jclouds.scriptbuilder.domain.OsFamily forOs)
PATH variable) declarations to the script.script - A (possibly multi-line) script of commands. Each line should
be separated by a newline character.forOs - The operating system for which to render the script.Copyright © 2011–2015 elastisys. All rights reserved.