Package org.vafer.jdeb.mapping
Interface Mapper
- All Known Implementing Classes:
LsMapper,NullMapper,PermMapper
public interface Mapper
Maps one entry to another. So you modify ownerships permissions etc in a Mapper.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.compress.archivers.tar.TarArchiveEntrymap(org.apache.commons.compress.archivers.tar.TarArchiveEntry entry)
-
Method Details
-
map
org.apache.commons.compress.archivers.tar.TarArchiveEntry map(org.apache.commons.compress.archivers.tar.TarArchiveEntry entry)
-