TrueUpdate Manager Core 0.1.7

net.java.trueupdate.manager.core
Interface UpdateResolver


public interface UpdateResolver

Resolves ZIP patch files for 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
 File resolveZipPatchFile(UpdateDescriptor descriptor)
          Resolves the ZIP patch file for the given update descriptor.
 

Method Detail

resolveZipPatchFile

File resolveZipPatchFile(UpdateDescriptor descriptor)
                         throws Exception
Resolves the ZIP patch file for the given update descriptor.

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

TrueUpdate Manager Core 0.1.7

Copyright © 2013 Stimulus Software. All rights reserved.