public class AppendFile extends Object implements Statement
Modifier and Type | Class and Description |
---|---|
static class |
AppendFile.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
delimeter |
static String |
DELIMETER |
protected boolean |
expandVariables |
protected Iterable<String> |
lines |
protected String |
path |
Modifier | Constructor and Description |
---|---|
protected |
AppendFile(String path,
Iterable<String> lines,
String delimeter,
boolean expandVariables) |
Modifier and Type | Method and Description |
---|---|
protected String |
appendLineToWindowsFile(String line,
String path) |
protected String |
appendToWindowsFile() |
static AppendFile.Builder |
builder() |
static String |
escapeVarTokens(String toEscape,
OsFamily family) |
Iterable<String> |
functionDependencies(OsFamily family) |
protected String |
hereFile() |
String |
render(OsFamily family) |
StringBuilder |
startHereFile() |
public static final String DELIMETER
protected final String path
protected final String delimeter
protected final boolean expandVariables
public static AppendFile.Builder builder()
public Iterable<String> functionDependencies(OsFamily family)
functionDependencies
in interface Statement
protected String appendToWindowsFile()
protected String hereFile()
public StringBuilder startHereFile()
Copyright © 2009-2012 jclouds. All Rights Reserved.