net.java.trueupdate.manager.spec
Interface UpdateInstaller
public interface UpdateInstaller
Cooperates with an update resolver to install artifact updates.
- Author:
- Christian Schlichtherle
|
Method Summary |
void |
install(UpdateContext context)
Updates the application as described by the properties of the given
update context. |
install
void install(UpdateContext context)
throws Exception
- Updates the application as described by the properties of the given
update context.
- Parameters:
context - the update context.
The implementation should use this object to log any
progress rather than using the java.util.logging
API directly.
- Throws:
Exception
Copyright © 2013 Schlichtherle IT Services. All rights reserved.