Class 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 Detail

      • VirtualFileSet

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

      • getMatchingPaths

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