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
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DELIMETER
public static final String DELIMETER
- See Also:
- Constant Field Values
path
protected final String path
lines
protected final Iterable<String> lines
delimeter
protected final String delimeter
expandVariables
protected final boolean expandVariables
AppendFile
protected AppendFile(String path,
Iterable<String> lines,
String delimeter,
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-2012 jclouds. All Rights Reserved.