Class IdentityNameMapper
java.lang.Object
org.zeroturnaround.zip.IdentityNameMapper
- All Implemented Interfaces:
NameMapper
NOP implementation of the name mapper.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
IdentityNameMapper
private IdentityNameMapper()
-
-
Method Details
-
map
- Specified by:
mapin interfaceNameMapper- Parameters:
name- original name.- Returns:
- name to be stored in the ZIP file or the destination directory,
nullmeans that the entry will be skipped.
-