org.jclouds.scriptbuilder.statements.java
Class InstallJDK

java.lang.Object
  extended by org.jclouds.scriptbuilder.statements.java.InstallJDK

public class InstallJDK
extends Object

Installs a default JDK to a host

Author:
Adrian Cole

Nested Class Summary
static class InstallJDK.FromURL
           
 
Constructor Summary
InstallJDK()
           
 
Method Summary
static Statement fromURL()
           
static Statement fromURL(URI url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallJDK

public InstallJDK()
Method Detail

fromURL

public static Statement fromURL()

fromURL

public static Statement fromURL(URI url)


Copyright © 2009-2012 jclouds. All Rights Reserved.