Eclipse Platform
Release 3.5

org.eclipse.core.resources
Class FileInfoMatcherDescription

java.lang.Object
  extended by org.eclipse.core.resources.FileInfoMatcherDescription
All Implemented Interfaces:
IFileInfoMatcherDescription

public final class FileInfoMatcherDescription
extends Object
implements IFileInfoMatcherDescription

Since:
3.6

Constructor Summary
FileInfoMatcherDescription()
           
 
Method Summary
 boolean equals(Object obj)
           
 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.
 int hashCode()
           
 void setArguments(Object arguments)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileInfoMatcherDescription

public FileInfoMatcherDescription()
Method Detail

getArguments

public Object getArguments()
Description copied from interface: IFileInfoMatcherDescription
Return the filter arguments, or null if no arguments exist.

Specified by:
getArguments in interface IFileInfoMatcherDescription
Returns:
the argument string, or null

getId

public String getId()
Description copied from interface: IFileInfoMatcherDescription
Return the filter id, which matches the resource filter provider ID.

Specified by:
getId in interface IFileInfoMatcherDescription
Returns:
the resource filter provider id.

setArguments

public void setArguments(Object arguments)
Specified by:
setArguments in interface IFileInfoMatcherDescription

setId

public void setId(String id)
Specified by:
setId in interface IFileInfoMatcherDescription

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

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