Class AbstractFileSet

    • Field Detail

      • includePattern

        protected Pattern includePattern
      • defaultExcludePatterns

        protected List<Pattern> defaultExcludePatterns
    • Constructor Detail

      • AbstractFileSet

        public AbstractFileSet​(String pattern,
                               boolean useDefaultExcludes)
    • Method Detail

      • matches

        protected boolean matches​(org.eclipse.core.runtime.IPath path)
        Returns:
        true if the specified path matches the include pattern of this fileset and not one of the default exclude patterns.