TrueUpdate Manager Core 0.1.7

net.java.trueupdate.manager.core
Interface UpdateInstaller


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.

Author:
Christian Schlichtherle

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

install

void install(UpdateResolver resolver,
             UpdateMessage message)
             throws Exception
Cooperates with the given update resolver to install the artifact update as described in the given update message.

Parameters:
resolver - the update resolver.
message - the update message.
Throws:
Exception - at the discretion of the implementation.

TrueUpdate Manager Core 0.1.7

Copyright © 2013 Stimulus Software. All rights reserved.