Interface IOccurrencesFinder

All Known Implementing Classes:
AtlOccurrencesFinder

public interface IOccurrencesFinder
  • Field Details

  • Method Details

    • getJobLabel

      String getJobLabel()
    • getUnformattedPluralLabel

      String getUnformattedPluralLabel()
      Returns the plural label for this finder with 3 placeholders:
      • {0} for the element name
      • {1} for the number of results found
      • {2} for the scope (name of the compilation unit)
      Returns:
      the unformatted label
    • getUnformattedSingularLabel

      String getUnformattedSingularLabel()
      Returns the singular label for this finder with 2 placeholders:
      • {0} for the element name
      • {1} for the scope (name of the compilation unit)
      Returns:
      the unformatted label
    • getElementName

      String getElementName()
      Returns the name of the element to look for or null if the finder hasn't been initialized yet.
      Returns:
      the name of the element
    • getOccurrences

      Returns the occurrences
      Returns:
      the occurrences
    • getSearchKind

      int getSearchKind()
    • getID

      String getID()
      Returns the id of this finder.
      Returns:
      returns the id of this finder.