org.jclouds.scriptbuilder.domain
Class AppendFile
java.lang.Object
org.jclouds.scriptbuilder.domain.AppendFile
- All Implemented Interfaces:
- Statement
- Direct Known Subclasses:
- CreateOrOverwriteFile
public class AppendFile
- extends Object
- implements Statement
Creates a run script
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DELIMITER
public static final String DELIMITER
- See Also:
- Constant Field Values
path
protected final String path
lines
protected final Iterable<String> lines
delimiter
protected final String delimiter
expandVariables
protected final boolean expandVariables
AppendFile
protected AppendFile(String path,
Iterable<String> lines,
String delimiter,
boolean expandVariables)
builder
public static AppendFile.Builder builder()
escapeVarTokens
public static String escapeVarTokens(String toEscape,
OsFamily family)
functionDependencies
public Iterable<String> functionDependencies(OsFamily family)
- Specified by:
functionDependencies in interface Statement
render
public String render(OsFamily family)
- Specified by:
render in interface Statement
appendToWindowsFile
protected String appendToWindowsFile()
hereFile
protected String hereFile()
startHereFile
public StringBuilder startHereFile()
appendLineToWindowsFile
protected String appendLineToWindowsFile(String line,
String path)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.