public class FileScanner extends Task
FileScanner
is a bean which allows the iteration
over a number of files from a collection of FileSet instances.
description, location, project
Constructor and Description |
---|
FileScanner() |
FileScanner(Project project) |
Modifier and Type | Method and Description |
---|---|
void |
addFileset(FileSet set)
Adds a set of files (nested fileset attribute).
|
void |
clear()
Clears any file sets that have been added to this scanner
|
Iterator |
directories() |
boolean |
hasFiles() |
Iterator |
iterator() |
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
public FileScanner()
public FileScanner(Project project)
public Iterator iterator()
public Iterator directories()
public boolean hasFiles()
public void clear()
public void addFileset(FileSet set)