Package kieker.analysis.generic
Class PathLabelMapper
java.lang.Object
kieker.analysis.generic.PathLabelMapper
- All Implemented Interfaces:
IPathLabelMapper<java.nio.file.Path>
public class PathLabelMapper extends java.lang.Object implements IPathLabelMapper<java.nio.file.Path>
- Since:
- 2.0.0
- Author:
- Reiner Jung
-
Constructor Summary
Constructors Constructor Description PathLabelMapper()
-
Method Summary
Modifier and Type Method Description java.nio.file.Path
map(java.nio.file.Path path)
Map path to label.
-
Constructor Details
-
PathLabelMapper
public PathLabelMapper()
-
-
Method Details
-
map
public java.nio.file.Path map(java.nio.file.Path path)Description copied from interface:IPathLabelMapper
Map path to label.- Specified by:
map
in interfaceIPathLabelMapper<java.nio.file.Path>
- Parameters:
path
- input path- Returns:
- returns label
-