Package org.zeroturnaround.zip
Interface NameMapper
- All Known Implementing Classes:
IdentityNameMapper
public interface NameMapper
Call-back for filtering and renaming ZIP entries while packing or unpacking.
- See Also:
-
Method Summary
-
Method Details
-
map
- Parameters:
name
- original name.- Returns:
- name to be stored in the ZIP file or the destination directory,
null
means that the entry will be skipped.
-