- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- com.google.common.collect.ForwardingCollection<E>
-
- com.google.common.collect.ForwardingList<Statement>
-
- org.jclouds.scriptbuilder.domain.StatementList
-
- All Implemented Interfaces:
- Iterable<Statement>, Collection<Statement>, List<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
- Author:
- Adrian Cole
-
-
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 interface java.util.List
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.