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