Class AbstractFileSet

java.lang.Object
org.eclipse.tycho.p2.impl.publisher.rootfiles.AbstractFileSet
Direct Known Subclasses:
FileSet, VirtualFileSet

public abstract class AbstractFileSet extends Object
  • Field Details

    • includePattern

      protected Pattern includePattern
    • defaultExcludePatterns

      protected List<Pattern> defaultExcludePatterns
  • Constructor Details

    • AbstractFileSet

      public AbstractFileSet(String pattern, boolean useDefaultExcludes)
  • Method Details

    • 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.