public interface IVdsInstallWrapper
Modifier and Type | Method and Description |
---|---|
boolean |
ConnectToServer(String server) |
boolean |
ConnectToServer(String server,
String rootPassword) |
boolean |
ConnectToServer(String server,
String rootPassword,
long timeout) |
boolean |
ConnectToServer(String server,
String certPath,
String password) |
boolean |
DownloadFile(String source,
String destination) |
void |
InitCallback(IVdsInstallCallBack callback) |
boolean |
RunSSHCommand(String command) |
boolean |
UploadFile(String source,
String destination) |
void |
wrapperShutdown() |
boolean ConnectToServer(String server)
void InitCallback(IVdsInstallCallBack callback)
boolean RunSSHCommand(String command)
void wrapperShutdown()
Copyright © 2012. All Rights Reserved.