Package com.atlassian.confluence.util
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
-
Method Details
-
handle
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.
-