Schnittstelle DescriptionProvider

Alle bekannten Implementierungsklassen:
IconLabelProvider, StaticAnalysisLabelProvider, SvgIconLabelProvider, SymbolIconLabelProvider
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public interface DescriptionProvider
Provides an additional description for an issue.
Autor:
Ullrich Hafner
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    getDescription(edu.hm.hafner.analysis.Issue issue)
    Returns a detailed description of the specified issue.
  • Methodendetails

    • getDescription

      String getDescription(edu.hm.hafner.analysis.Issue issue)
      Returns a detailed description of the specified issue.
      Parameter:
      issue - the issue to get the description for
      Gibt zurück:
      the description