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 SummaryConstructors Constructor Description PathLabelMapper()
- 
Method SummaryModifier and Type Method Description java.nio.file.Pathmap(java.nio.file.Path path)Map path to label.
- 
Constructor Details- 
PathLabelMapperpublic PathLabelMapper()
 
- 
- 
Method Details- 
mappublic java.nio.file.Path map(java.nio.file.Path path)Description copied from interface:IPathLabelMapperMap path to label.- Specified by:
- mapin interface- IPathLabelMapper<java.nio.file.Path>
- Parameters:
- path- input path
- Returns:
- returns label
 
 
-