Class VirtualFileSet
java.lang.Object
org.eclipse.tycho.p2.impl.publisher.rootfiles.AbstractFileSet
org.eclipse.tycho.p2.impl.publisher.rootfiles.VirtualFileSet
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 inherited from class org.eclipse.tycho.p2.impl.publisher.rootfiles.AbstractFileSet
defaultExcludePatterns, includePattern -
Constructor Summary
ConstructorsConstructorDescriptionVirtualFileSet(String antFilePattern, Collection<org.eclipse.core.runtime.IPath> virtualFileSystem, boolean useDefaultExcludes) -
Method Summary
Methods inherited from class org.eclipse.tycho.p2.impl.publisher.rootfiles.AbstractFileSet
matches
-
Constructor Details
-
VirtualFileSet
public VirtualFileSet(String antFilePattern, Collection<org.eclipse.core.runtime.IPath> virtualFileSystem, boolean useDefaultExcludes)
-
-
Method Details
-
getMatchingPaths
-