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

    Modifier and Type
    Method
    Description
    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.