[Java] Class FileScanner

  • org.codehaus.groovy.ant.FileScanner

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

Authors:
James Strachan
Marc Guillemot

Constructor Summary

Constructors
Constructor and description
FileScanner ()
FileScanner (Project project)

Methods Summary

Methods
Type Params Return Type Name 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()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Task log, log, log, log, init, execute, getTaskName, getRuntimeConfigurableWrapper, setRuntimeConfigurableWrapper, getOwningTarget, getTaskType, setTaskName, setOwningTarget, setTaskType, maybeConfigure, reconfigure, perform, bindToOwner, clone, getLocation, setLocation, getDescription, getProject, setDescription, setProject, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
class ProjectComponent clone, log, log, getLocation, setLocation, getDescription, getProject, setDescription, setProject, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Constructor Detail

public FileScanner()

public FileScanner(Project project)

Method Detail

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()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/ant/FileScanner.html