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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
handle(File file)
The ZipUtility will call this method with the file that is about to be added to the zip file.
-