Package org.eclipse.cbi.common.util
Class Zips.PreserveRootPathMapper
- java.lang.Object
-
- org.eclipse.cbi.common.util.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)
-
-
-
Method Detail
-
mapTo
public java.nio.file.Path mapTo(java.nio.file.Path path)
- Specified by:
mapTo
in interfaceZips.PathMapper
-
-