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 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • paths

        private java.util.Collection<org.eclipse.core.runtime.IPath> paths
    • Constructor Detail

      • VirtualFileSet

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

      • getMatchingPaths

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