Package esmska.update
Class UpdateInstaller
- java.lang.Object
-
- esmska.update.UpdateInstaller
-
public class UpdateInstaller extends java.lang.ObjectClass for managing new gateway updates installation.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateInstallergetInstance()voidinstallNewGateways()Install all available gateway updates.
-
-
-
Method Detail
-
getInstance
public static UpdateInstaller getInstance()
-
installNewGateways
public void installNewGateways()
Install all available gateway updates. This will ask UpdateChecker instance for the list of gateway updates. The update information must already be retrieved by it. The gateways will be downloaded and installed in a new thread.
-
-