Class 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
    • Field Detail

    • Constructor Detail

      • ExportIndexFileInfoMatcher

        public ExportIndexFileInfoMatcher()
    • 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 class org.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 class org.eclipse.core.resources.filtermatchers.AbstractFileInfoMatcher
        Throws:
        org.eclipse.core.runtime.CoreException