public interface UpdateInstaller
| Modifier and Type | Method and Description |
|---|---|
void |
install(UpdateContext context)
Updates the application as described by the properties of the given
update context.
|
void install(UpdateContext context) throws Exception
context - the update context.
The implementation should use this object to log any
progress rather than using the java.util.logging
API directly.ExceptionCopyright © 2013–2015 Schlichtherle IT Services. All rights reserved.