Class AbstractFileSet
java.lang.Object
org.eclipse.tycho.p2.impl.publisher.rootfiles.AbstractFileSet
- Direct Known Subclasses:
FileSet,VirtualFileSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
includePattern
-
defaultExcludePatterns
-
-
Constructor Details
-
AbstractFileSet
-
-
Method Details
-
matches
protected boolean matches(org.eclipse.core.runtime.IPath path) - Returns:
trueif the specified path matches the include pattern of this fileset and not one of the default exclude patterns.
-