|
Eclipse Platform Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.resources.AbstractFileInfoMatcher
public abstract class AbstractFileInfoMatcher
A factory for instantiating IFileInfoFilter
instances
of a particular type.
Constructor Summary | |
---|---|
AbstractFileInfoMatcher()
|
Method Summary | |
---|---|
abstract void |
initialize(IProject project,
Object arguments)
|
abstract boolean |
matches(IFileInfo fileInfo)
Return if this filter matches with the fileInfo provided. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractFileInfoMatcher()
Method Detail |
---|
public abstract boolean matches(IFileInfo fileInfo)
fileInfo
- the object to test
true
if this filter matches the given file info,
and false
otherwise.public abstract void initialize(IProject project, Object arguments)
|
Eclipse Platform Release 3.5 |
|||||||||
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, 2008. All rights reserved.