TrueUpdate Core 0.5

Uses of Class
net.java.trueupdate.core.zip.patch.ZipPatch.Builder

Packages that use ZipPatch.Builder
net.java.trueupdate.core.zip.patch Provides classes to apply a delta ZIP file to an input archive and generate an output archive. 
 

Uses of ZipPatch.Builder in net.java.trueupdate.core.zip.patch
 

Methods in net.java.trueupdate.core.zip.patch that return ZipPatch.Builder
static ZipPatch.Builder ZipPatch.builder()
          Returns a new builder for a ZIP patch.
 ZipPatch.Builder ZipPatch.Builder.delta(File file)
           
 ZipPatch.Builder ZipPatch.Builder.delta(ZipSource archive)
           
 ZipPatch.Builder ZipPatch.Builder.input(File file)
           
 ZipPatch.Builder ZipPatch.Builder.input(ZipSource archive)
           
 


TrueUpdate Core 0.5

Copyright © 2013 Schlichtherle IT Services. All rights reserved.