| Constructor and description |
|---|
FileIterator(Project project, Iterator<FileSet> fileSetIterator)Creates a file iterator that yields files from the supplied file sets. |
FileIterator(Project project, Iterator<FileSet> fileSetIterator, boolean iterateDirectories)Creates a file iterator that yields files or directories from the supplied file sets. |
Creates a file iterator that yields files from the supplied file sets.
project - the Ant project used to resolve each file setfileSetIterator - the file sets to iterateCreates a file iterator that yields files or directories from the supplied file sets.
project - the Ant project used to resolve each file setfileSetIterator - the file sets to iterateiterateDirectories - true to iterate directories instead of files
throws UnsupportedOperationException
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.