public interface IFilterMatcherDescriptor
plugin.xml
) files.
Filter descriptors are platform-defined objects that exist independent of whether that filter's bundle has been started.
AbstractFileInfoMatcher
,
IWorkspace.getFilterMatcherDescriptor(String)
,
IWorkspace.getFilterMatcherDescriptors()
Modifier and Type | Field and Description |
---|---|
static String |
ARGUMENT_TYPE_FILTER_MATCHER
An argument filter type constant (value "filter"), denoting that this
filter takes another filter as argument.
|
static String |
ARGUMENT_TYPE_FILTER_MATCHERS
An argument filter type constant (value "filters"), denoting that this
filter takes an array of other filters as argument.
|
static String |
ARGUMENT_TYPE_NONE
An argument filter type constant (value "none"), denoting that this
filter does not take any arguments.
|
static String |
ARGUMENT_TYPE_STRING
An argument filter type constant (value "string"), denoting that this
filter takes a string argument
|
Modifier and Type | Method and Description |
---|---|
String |
getArgumentType()
Returns the argument type expected by this filter.
|
String |
getDescription()
Returns a translated, human-readable description for this filter extension.
|
String |
getId()
Returns the fully qualified id of the filter extension.
|
String |
getName()
Returns a translated, human-readable name for this filter extension.
|
boolean |
isFirstOrdering()
TODO What is this?
|
static final String ARGUMENT_TYPE_FILTER_MATCHER
static final String ARGUMENT_TYPE_FILTER_MATCHERS
static final String ARGUMENT_TYPE_NONE
static final String ARGUMENT_TYPE_STRING
String getArgumentType()
String getDescription()
String getId()
String getName()
boolean isFirstOrdering()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.