org.jclouds.virtualbox.functions.admin
Class PreseedCfgServer

java.lang.Object
  extended by org.jclouds.virtualbox.functions.admin.PreseedCfgServer

public class PreseedCfgServer
extends Object

Sets up jetty so that it can serve the preseed.cfg file to automate master creation.

Author:
Andrea Turli, David Alves

Constructor Summary
PreseedCfgServer()
           
 
Method Summary
 void start(String preconfigurationUrl, String preseedCfg)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreseedCfgServer

public PreseedCfgServer()
Method Detail

start

public void start(String preconfigurationUrl,
                  String preseedCfg)

stop

public void stop()


Copyright © 2009-2012 jclouds. All Rights Reserved.