Package net.sourceforge.pmd.reporting
Interface FileNameRenderer
-
- All Known Implementing Classes:
ConfigurableFileNameRenderer
public interface FileNameRenderer
Strategy to render aFileId
into a display name. This is used to prettify file names in renderers using relative paths eg.- Author:
- Clément Fournier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getDisplayName(@NonNull FileId fileId)
Return a display name for the given file id.default String
getDisplayName(@NonNull TextFile textFile)
-