public interface IParticipantDescriptorFilter
Modifier and Type | Field and Description |
---|---|
static String |
NAME
A constant indicating a name attribute (value:
name ) |
static String |
PARAM
A constant indicating a param element (value:
param ) |
static 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 String PARAM
param
)static final String NAME
name
)static final 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.