Eclipse Platform
Release 3.5

org.eclipse.core.resources
Interface IFileInfoMatcherDescription

All Known Implementing Classes:
FileInfoMatcherDescription

public interface IFileInfoMatcherDescription

Interface for resource filters. A filter determines which file system objects will be visible when a local refresh is performed for an IContainer.

Since:
3.6
See Also:
IContainer.getFilters()
Restriction:
This interface is not intended to be implemented by clients.

Method Summary
 Object getArguments()
          Return the filter arguments, or null if no arguments exist.
 String getId()
          Return the filter id, which matches the resource filter provider ID.
 void setArguments(Object arguments)
           
 void setId(String id)
           
 

Method Detail

getId

String getId()
Return the filter id, which matches the resource filter provider ID.

Returns:
the resource filter provider id.

setId

void setId(String id)

getArguments

Object getArguments()
Return the filter arguments, or null if no arguments exist.

Returns:
the argument string, or null

setArguments

void setArguments(Object arguments)

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.