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.AbstractFileInfoMatcherFileInfoMatcher that will match a given project relative path for a directory we want to exclude.- Since:
- 5.7
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringID
-
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.FileInfoMatcherDescriptiongetDescription(java.lang.String excludePath)voidinitialize(org.eclipse.core.resources.IProject project, java.lang.Object arguments)booleanmatches(org.eclipse.core.resources.IContainer parent, org.eclipse.core.filesystem.IFileInfo fileInfo)
-
-
-
Method Detail
-
getDescription
public static org.eclipse.core.resources.FileInfoMatcherDescription getDescription(java.lang.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:
matchesin classorg.eclipse.core.resources.filtermatchers.AbstractFileInfoMatcher- Throws:
org.eclipse.core.runtime.CoreException
-
initialize
public void initialize(org.eclipse.core.resources.IProject project, java.lang.Object arguments) throws org.eclipse.core.runtime.CoreException- Specified by:
initializein classorg.eclipse.core.resources.filtermatchers.AbstractFileInfoMatcher- Throws:
org.eclipse.core.runtime.CoreException
-
-