org.jclouds.scriptbuilder.statements.java
Class InstallJDK.FromURL

java.lang.Object
  extended by com.google.common.collect.ForwardingObject
      extended by com.google.common.collect.ForwardingCollection<E>
          extended by com.google.common.collect.ForwardingList<Statement>
              extended by org.jclouds.scriptbuilder.domain.StatementList
                  extended by org.jclouds.scriptbuilder.statements.java.InstallJDK.FromURL
All Implemented Interfaces:
Iterable<Statement>, Collection<Statement>, List<Statement>, AcceptsStatementVisitor, Statement
Enclosing class:
InstallJDK

public static class InstallJDK.FromURL
extends StatementList


Field Summary
static com.google.common.collect.ImmutableSet<String> exportJavaHomeAndAddToPath
           
static URI JDK7_URL
           
 
Fields inherited from class org.jclouds.scriptbuilder.domain.StatementList
statements
 
Constructor Summary
InstallJDK.FromURL()
           
InstallJDK.FromURL(URI jdk7Url)
           
 
Method Summary
 
Methods inherited from class org.jclouds.scriptbuilder.domain.StatementList
accept, delegate, functionDependencies, render
 
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

JDK7_URL

public static final URI JDK7_URL

exportJavaHomeAndAddToPath

public static final com.google.common.collect.ImmutableSet<String> exportJavaHomeAndAddToPath
Constructor Detail

InstallJDK.FromURL

public InstallJDK.FromURL()

InstallJDK.FromURL

public InstallJDK.FromURL(URI jdk7Url)


Copyright © 2009-2012 jclouds. All Rights Reserved.