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.

@FunctionalInterface public interface DescriptionProvider
Provides an additional description for an issue.
Author:
Ullrich Hafner
  • Method Summary

    Modifier and Type
    Method
    Description
    getDescription(edu.hm.hafner.analysis.Issue issue)
    Returns a detailed description of the specified issue.
  • Method Details

    • 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