Package org.jclouds.scriptbuilder.domain
Class StatementList
- All Implemented Interfaces:
Iterable<Statement>
,Collection<Statement>
,List<Statement>
,SequencedCollection<Statement>
,AcceptsStatementVisitor
,Statement
- Direct Known Subclasses:
CreateRunScript
,InstallChefUsingOmnibus
,InstallGit
,InstallJDK.FromOpenJDK
,InstallJDK.FromURL
,InstallRuby
public class StatementList
extends com.google.common.collect.ForwardingList<Statement>
implements Statement, AcceptsStatementVisitor
Statements used in a shell script
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStatementList
(Iterable<Statement> statements) StatementList
(Statement... statements) -
Method Summary
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.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
add, addAll, addFirst, addLast, clear, contains, containsAll, getFirst, getLast, isEmpty, iterator, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, size, sort, spliterator, toArray, toArray
-
Field Details
-
statements
-
-
Constructor Details
-
StatementList
-
StatementList
-
-
Method Details
-
render
-
functionDependencies
- Specified by:
functionDependencies
in interfaceStatement
-
accept
- Specified by:
accept
in interfaceAcceptsStatementVisitor
-
delegate
- Specified by:
delegate
in classcom.google.common.collect.ForwardingList<Statement>
-