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

    • VirtualFileSet

      public VirtualFileSet(String antFilePattern, Collection<org.eclipse.core.runtime.IPath> virtualFileSystem, boolean useDefaultExcludes)
  • Method Details

    • getMatchingPaths

      public List<org.eclipse.core.runtime.IPath> getMatchingPaths()