TrueUpdate Manager Specification 0.4

net.java.trueupdate.manager.spec
Interface UpdateInstaller


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.

Author:
Christian Schlichtherle

Method Summary
 void install(UpdateContext context)
          Updates the application as described by the properties of the given update context.
 

Method Detail

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

TrueUpdate Manager Specification 0.4

Copyright © 2013 Schlichtherle IT Services. All rights reserved.