Interface IParticipantDescriptorFilter


public interface IParticipantDescriptorFilter
A participant descriptor filter allows clients to provide additional filters on participant selection.
Since:
3.2
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    A constant indicating a name attribute (value: name)
    static final String
    A constant indicating a param element (value: param)
    static final String
    A constant indicating a value attribute (value: value)
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns whether the given element makes it through this filter.
  • Field Details

  • Method Details

    • select

      boolean select(IConfigurationElement element, RefactoringStatus status)
      Returns whether the given element makes it through this filter.
      Parameters:
      element - the configuration element describing the refactoring participant
      status - a RefactoringStatus to optionally add warning messages if the participant was not selected
      Returns:
      true if element is included, and false if excluded