|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResourceFilterDescription
A description of a resource filter. A filter determines which file system objects will be visible when a local refresh is performed for an IContainer.
IContainer.getFilters()
Field Summary | |
---|---|
static int |
EXCLUDE_ALL
Flag for resource filters indicating that the filter list excludes all the files matching the filters. |
static int |
FILES
Flag for resource filters indicating that this filter applies to files. |
static int |
FOLDERS
Flag for resource filters indicating that this filter applies to folders. |
static int |
INCLUDE_ONLY
Flag for resource filters indicating that the filter list includes only the files matching the filters. |
static int |
INHERITABLE
Flag for resource filters indicating that the container children of the path inherit from this filter as well. |
Method Summary | |
---|---|
FileInfoMatcherDescription |
getFileInfoMatcherDescription()
|
IResource |
getResource()
Return the resource towards which this filter is set. |
int |
getType()
Return the filter type, either INCLUDE_ONLY or EXCLUDE_ALL |
Field Detail |
---|
static final int INCLUDE_ONLY
static final int EXCLUDE_ALL
static final int FILES
static final int FOLDERS
static final int INHERITABLE
Method Detail |
---|
IResource getResource()
int getType()
FileInfoMatcherDescription getFileInfoMatcherDescription()
|
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.