Interface IPathLabelMapper<T>

Type Parameters:
T -
All Known Implementing Classes:
FileNameLabelMapper, PathLabelMapper

public interface IPathLabelMapper<T>
Since:
2.0.0
Author:
Reiner Jung
  • Method Summary

    Modifier and Type Method Description
    T map​(java.nio.file.Path path)
    Map path to label.
  • Method Details

    • map

      T map​(java.nio.file.Path path)
      Map path to label.
      Parameters:
      path - input path
      Returns:
      returns label