Class VirtualFileSet
- java.lang.Object
-
- org.eclipse.tycho.p2.impl.publisher.rootfiles.AbstractFileSet
-
- org.eclipse.tycho.p2.impl.publisher.rootfiles.VirtualFileSet
-
public class VirtualFileSet extends AbstractFileSet
Allows to evaluate ant file patterns on a simulated filesystem layout of the resulting installation (as opposed to the filesystem layout during build). Needed for computing chmod permissions applied to files with wildcards.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Collection<org.eclipse.core.runtime.IPath>
paths
-
Fields inherited from class org.eclipse.tycho.p2.impl.publisher.rootfiles.AbstractFileSet
defaultExcludePatterns, includePattern
-
-
Constructor Summary
Constructors Constructor Description VirtualFileSet(java.lang.String antFilePattern, java.util.Collection<org.eclipse.core.runtime.IPath> virtualFileSystem, boolean useDefaultExcludes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.eclipse.core.runtime.IPath>
getMatchingPaths()
-
Methods inherited from class org.eclipse.tycho.p2.impl.publisher.rootfiles.AbstractFileSet
matches
-
-