TrueUpdate Manager Specification 0.4

net.java.trueupdate.manager.spec
Interface UpdateContext


public interface UpdateContext

An update context.

Implementations must be 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
 String currentLocation()
          Returns the current location.
 Transaction decorate(Action id, Transaction tx)
          Decorates the given update transaction with the given identifier.
 File diffZip()
          Returns the diff zip file for patching the current artifact.
 String updateLocation()
          Returns the update location.
 

Method Detail

currentLocation

String currentLocation()
Returns the current location.


decorate

Transaction decorate(Action id,
                     Transaction tx)
Decorates the given update transaction with the given identifier.


diffZip

File diffZip()
Returns the diff zip file for patching the current artifact. The client must not modify or delete this file.


updateLocation

String updateLocation()
Returns the update location.


TrueUpdate Manager Specification 0.4

Copyright © 2013 Schlichtherle IT Services. All rights reserved.