JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.zeroturnaround.zip
NameMapper
Contents
Description
Method Summary
Method Details
map(String)
Hide sidebar
Show sidebar
Interface NameMapper
public interface
NameMapper
Call-back for filtering and renaming ZIP entries while packing or unpacking.
Author:
Rein Raudjärv
See Also:
ZipUtil
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
map
(
String
name)
Method Details
map
String
map
(
String
name)
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.