|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<E>
com.google.common.collect.ForwardingList<Statement>
org.jclouds.scriptbuilder.domain.StatementList
org.jclouds.scriptbuilder.domain.CreateRunScript
public class CreateRunScript
Creates a run script
Nested Class Summary | |
---|---|
static class |
CreateRunScript.AddExport
|
Field Summary | |
---|---|
static String |
DELIMETER
|
Fields inherited from class org.jclouds.scriptbuilder.domain.StatementList |
---|
statements |
Constructor Summary | |
---|---|
CreateRunScript(String instanceName,
Iterable<String> exports,
String pwd,
Iterable<Statement> statements)
|
Method Summary | |
---|---|
Iterable<String> |
functionDependencies(OsFamily family)
|
String |
render(OsFamily family)
|
Methods inherited from class org.jclouds.scriptbuilder.domain.StatementList |
---|
accept, delegate |
Methods inherited from class com.google.common.collect.ForwardingList |
---|
add, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subList |
Methods inherited from class com.google.common.collect.ForwardingCollection |
---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray |
Methods inherited from class com.google.common.collect.ForwardingObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Field Detail |
---|
public static final String DELIMETER
Constructor Detail |
---|
public CreateRunScript(String instanceName, Iterable<String> exports, String pwd, Iterable<Statement> statements)
Method Detail |
---|
public Iterable<String> functionDependencies(OsFamily family)
functionDependencies
in interface Statement
functionDependencies
in class StatementList
public String render(OsFamily family)
render
in interface Statement
render
in class StatementList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |