Class ExportIndexFileInfoMatcher
- java.lang.Object
-
- org.eclipse.core.resources.filtermatchers.AbstractFileInfoMatcher
-
- org.eclipse.cdt.core.index.export.ExportIndexFileInfoMatcher
-
public class ExportIndexFileInfoMatcher extends org.eclipse.core.resources.filtermatchers.AbstractFileInfoMatcher
FileInfoMatcher that will match a given project relative path for a directory we want to exclude.- Since:
- 5.7
-
-
Constructor Summary
Constructors Constructor Description ExportIndexFileInfoMatcher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.eclipse.core.resources.FileInfoMatcherDescription
getDescription(String excludePath)
void
initialize(org.eclipse.core.resources.IProject project, Object arguments)
boolean
matches(org.eclipse.core.resources.IContainer parent, org.eclipse.core.filesystem.IFileInfo fileInfo)
-
-
-
Field Detail
-
ID
public static String ID
-
-
Method Detail
-
getDescription
public static org.eclipse.core.resources.FileInfoMatcherDescription getDescription(String excludePath)
-
matches
public boolean matches(org.eclipse.core.resources.IContainer parent, org.eclipse.core.filesystem.IFileInfo fileInfo) throws org.eclipse.core.runtime.CoreException
- Specified by:
matches
in classorg.eclipse.core.resources.filtermatchers.AbstractFileInfoMatcher
- Throws:
org.eclipse.core.runtime.CoreException
-
initialize
public void initialize(org.eclipse.core.resources.IProject project, Object arguments) throws org.eclipse.core.runtime.CoreException
- Specified by:
initialize
in classorg.eclipse.core.resources.filtermatchers.AbstractFileInfoMatcher
- Throws:
org.eclipse.core.runtime.CoreException
-
-