|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.resources.filtermatchers.AbstractFileInfoMatcher
public abstract class AbstractFileInfoMatcher
The abstract base class for all file info matchers. Instances of this class are provided using the org.eclipse.core.resources.filterMatchers extension point.
Constructor Summary | |
---|---|
AbstractFileInfoMatcher()
|
Method Summary | |
---|---|
abstract void |
initialize(IProject project,
Object arguments)
Sets initialization data for this matcher. |
abstract boolean |
matches(IContainer parent,
IFileInfo fileInfo)
Tests the given FileInfo |
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(IContainer parent, IFileInfo fileInfo) throws CoreException
FileInfo
parent
- the parent containerfileInfo
- the FileInfo
object to test
true
if the given FileInfo
matches,
and false
otherwise.
CoreException
- the implementor should throw a CoreException if,
in the case that the parent or fileInfo doesn't exist in the workspace
or in the file system, the return value can't be determined.public abstract void initialize(IProject project, Object arguments) throws CoreException
project
- arguments
-
CoreException
- if initialization failed
|
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.