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 | 
delimiter  | 
static String | 
DELIMITER  | 
protected boolean | 
expandVariables  | 
protected Iterable<String> | 
lines  | 
protected String | 
path  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
AppendFile(String path,
          Iterable<String> lines,
          String delimiter,
          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 DELIMITER
protected final String path
protected final String delimiter
protected final boolean expandVariables
public static AppendFile.Builder builder()
public Iterable<String> functionDependencies(OsFamily family)
functionDependencies in interface Statementprotected String appendToWindowsFile()
protected String hereFile()
public StringBuilder startHereFile()
Copyright © 2009-2013 jclouds. All Rights Reserved.