|
TrueUpdate Manager Specification 0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UpdateInstaller
Cooperates with an update resolver to install artifact updates.
Applications have no need to implement this class and should not do so because it may be subject to future expansion.
| Method Summary | |
|---|---|
void |
install(UpdateContext context)
Updates the application as described by the properties of the given update context. |
| Method Detail |
|---|
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.
Exception
|
TrueUpdate Manager Specification 0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||