public class FileScanner extends Task
FileScanner
is a bean which allows the iteration
over a number of files from a collection of FileSet instances.
Constructor and description |
---|
FileScanner
() |
FileScanner
(Project project) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
addFileset(FileSet set) Adds a set of files (nested fileset attribute). |
|
public void |
clear() Clears any file sets that have been added to this scanner |
|
public Iterator |
directories() |
|
public boolean |
hasFiles() |
|
public Iterator |
iterator() |
Methods inherited from class | Name |
---|---|
class Task |
getTaskName, bindToOwner, reconfigure, perform, setRuntimeConfigurableWrapper, getRuntimeConfigurableWrapper, getOwningTarget, setTaskType, getTaskType, setOwningTarget, setTaskName, maybeConfigure, log, log, log, log, init, execute, getDescription, setLocation, setProject, getProject, setDescription, clone, getLocation, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.