public interface IParticipantDescriptorFilter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME
A constant indicating a name attribute (value:
name) |
static java.lang.String |
PARAM
A constant indicating a param element (value:
param) |
static java.lang.String |
VALUE
A constant indicating a value attribute (value:
value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
select(IConfigurationElement element,
RefactoringStatus status)
Returns whether the given element makes it through this filter.
|
static final java.lang.String PARAM
param)static final java.lang.String NAME
name)static final java.lang.String VALUE
value)boolean select(IConfigurationElement element, RefactoringStatus status)
element - the configuration element describing the refactoring
participantstatus - a RefactoringStatus to optionally add warning messages if the participant
was not selectedtrue if element is included, and
false if excluded
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.