org.zeroturnaround.zip
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
 String map(String name)
           
 

Method Detail

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.


Copyright © 2013 ZeroTurnaround. All Rights Reserved.