public interface UpdateContext
UpdateManager to an
UpdateInstaller while installing
an update.
Implementations must be thread-safe.
| Modifier and Type | Method and Description |
|---|---|
String |
currentLocation()
Returns the current location of the client application.
|
Command |
decorate(Command cmd,
CommandId id)
Decorates the given command depending on the given identifier.
|
File |
deltaZip()
Returns the delta ZIP file for patching the client application's
artifact file.
|
String |
updateLocation()
Returns the update location of the client application.
|
String currentLocation()
Command decorate(Command cmd, CommandId id)
File deltaZip()
String updateLocation()
Copyright © 2013–2015 Schlichtherle IT Services. All rights reserved.