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 Type
    Method
    Description
    org.apache.commons.compress.archivers.tar.TarArchiveEntry
    map​(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)