Interface ZipUtility.FileHandler

Enclosing class:
ZipUtility

public static interface ZipUtility.FileHandler
Callback that allows to transform/exchange the file to be added to the zip file.
  • Method Summary

    Modifier and Type
    Method
    Description
    handle(File file)
    The ZipUtility will call this method with the file that is about to be added to the zip file.
  • Method Details

    • handle

      File handle(File file)
      The ZipUtility will call this method with the file that is about to be added to the zip file.
      Parameters:
      file -
      Returns:
      A file or null if the current file should *NOT* be added to the zip file.