|
Eclipse Platform Kepler (4.3) |
|||||||||
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 java.lang.String |
ARGUMENT_TYPE_FILTER_MATCHER
An argument filter type constant (value "filter"), denoting that this filter takes another filter as argument. |
static java.lang.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 java.lang.String |
ARGUMENT_TYPE_NONE
An argument filter type constant (value "none"), denoting that this filter does not take any arguments. |
static java.lang.String |
ARGUMENT_TYPE_STRING
An argument filter type constant (value "string"), denoting that this filter takes a string argument |
Method Summary | |
---|---|
java.lang.String |
getArgumentType()
Returns the argument type expected by this filter. |
java.lang.String |
getDescription()
Returns a translated, human-readable description for this filter extension. |
java.lang.String |
getId()
Returns the fully qualified id of the filter extension. |
java.lang.String |
getName()
Returns a translated, human-readable name for this filter extension. |
boolean |
isFirstOrdering()
TODO What is this? |
Field Detail |
---|
static final java.lang.String ARGUMENT_TYPE_FILTER_MATCHER
static final java.lang.String ARGUMENT_TYPE_FILTER_MATCHERS
static final java.lang.String ARGUMENT_TYPE_NONE
static final java.lang.String ARGUMENT_TYPE_STRING
Method Detail |
---|
java.lang.String getArgumentType()
java.lang.String getDescription()
java.lang.String getId()
java.lang.String getName()
boolean isFirstOrdering()
|
Eclipse Platform Kepler (4.3) |
|||||||||
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, 2012. All rights reserved.