Interface DescriptionProvider
-
- All Known Implementing Classes:
IconLabelProvider
,StaticAnalysisLabelProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface DescriptionProvider
Provides an additional description for an issue.- Author:
- Ullrich Hafner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription(edu.hm.hafner.analysis.Issue issue)
Returns a detailed description of the specified issue.
-
-
-
Method Detail
-
getDescription
String getDescription(edu.hm.hafner.analysis.Issue issue)
Returns a detailed description of the specified issue.- Parameters:
issue
- the issue to get the description for- Returns:
- the description
-
-