Package net.sourceforge.pmd.reporting
Interface FileNameRenderer
-
- All Known Implementing Classes:
ConfigurableFileNameRenderer
public interface FileNameRendererStrategy to render aFileIdinto 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 StringgetDisplayName(@NonNull FileId fileId)Return a display name for the given file id.default StringgetDisplayName(@NonNull TextFile textFile)
-