com.xebialabs.deployit.booter.remote
Class RemoteBooter

java.lang.Object
  extended by com.xebialabs.deployit.booter.remote.RemoteBooter

public class RemoteBooter
extends java.lang.Object


Constructor Summary
RemoteBooter()
           
 
Method Summary
static void boot(BooterConfig config)
           
static BooterConfig getBootedConfig()
           
static void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteBooter

public RemoteBooter()
Method Detail

boot

public static void boot(BooterConfig config)

shutdown

public static void shutdown()

getBootedConfig

public static BooterConfig getBootedConfig()