Package org.zeroturnaround.zip
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:
map
in interfaceNameMapper
- 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.
-