public class CreateRunScript extends StatementList
Modifier and Type | Class and Description |
---|---|
static class |
CreateRunScript.AddExport |
Modifier and Type | Field and Description |
---|---|
static String |
DELIMETER |
statements
Constructor and Description |
---|
CreateRunScript(String instanceName,
Iterable<String> exports,
String pwd,
Iterable<Statement> statements) |
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
functionDependencies(OsFamily family) |
String |
render(OsFamily family) |
accept, delegate
add, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subList
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
public static final String DELIMETER
public Iterable<String> functionDependencies(OsFamily family)
functionDependencies
in interface Statement
functionDependencies
in class StatementList
Copyright © 2009-2012 jclouds. All Rights Reserved.