|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFilterMatcherDescriptor
A filter descriptor contains information about a filter type
obtained from the plug-in manifest (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()
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
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? |
Field Detail |
---|
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
Method Detail |
---|
String getArgumentType()
String getDescription()
String getId()
String getName()
boolean isFirstOrdering()
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.