Class Zips.PreserveRootPathMapper

  • All Implemented Interfaces:
    Zips.PathMapper
    Enclosing class:
    Zips

    private static final class Zips.PreserveRootPathMapper
    extends java.lang.Object
    implements Zips.PathMapper
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.nio.file.Path source  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PreserveRootPathMapper​(java.nio.file.Path source)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.file.Path mapTo​(java.nio.file.Path path)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • source

        private final java.nio.file.Path source
    • Constructor Detail

      • PreserveRootPathMapper

        private PreserveRootPathMapper​(java.nio.file.Path source)
    • Method Detail

      • mapTo

        public java.nio.file.Path mapTo​(java.nio.file.Path path)
        Specified by:
        mapTo in interface Zips.PathMapper