|
TrueUpdate Manager Core 0.1.7 | |||||||
| 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.
Implementations should be immutable and hence, thread-safe.
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(UpdateResolver resolver,
UpdateMessage message)
Cooperates with the given update resolver to install the artifact update as described in the given update message. |
| Method Detail |
|---|
void install(UpdateResolver resolver,
UpdateMessage message)
throws Exception
resolver - the update resolver.message - the update message.
Exception - at the discretion of the implementation.
|
TrueUpdate Manager Core 0.1.7 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||