Class RemoteBooter

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

public class RemoteBooter extends Object
The RemoteBooter can be used to create DeployitCommunicator's to connect to different XL Deploy instances. A new DeployitCommunicator is created by calling boot(BooterConfig). DeployitCommunicator's are cached and can be retrieved using the BooterConfig used to create them or using the configuration key that can be obtained by calling BooterConfig.getKey(). The RemoteBooter is thread safe.