Class FileScanner

  • All Implemented Interfaces:
    Cloneable

    public class FileScanner
    extends Task

    FileScanner is a bean which allows the iteration over a number of files from a collection of FileSet instances.

    Author:
    James Strachan, Marc Guillemot
    • Constructor Detail

      • FileScanner

        public FileScanner()
      • FileScanner

        public FileScanner​(Project project)
    • Method Detail

      • directories

        public Iterator directories()
      • hasFiles

        public boolean hasFiles()
      • clear

        public void clear()
        Clears any file sets that have been added to this scanner
      • addFileset

        public void addFileset​(FileSet set)
        Adds a set of files (nested fileset attribute).