org.apache.commons.jelly.tags.ant
Class FileScanner

java.lang.Object
  |
  +--org.apache.commons.jelly.tags.ant.FileScanner

public class FileScanner
extends java.lang.Object

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

Version:
$Revision: 1.4 $
Author:
James Strachan

Constructor Summary
FileScanner(org.apache.tools.ant.Project project)
           
 
Method Summary
 void addFileset(org.apache.tools.ant.types.FileSet set)
          Adds a set of files (nested fileset attribute).
 boolean hasFiles()
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileScanner

public FileScanner(org.apache.tools.ant.Project project)
Method Detail

iterator

public java.util.Iterator iterator()

hasFiles

public boolean hasFiles()

addFileset

public void addFileset(org.apache.tools.ant.types.FileSet set)
Adds a set of files (nested fileset attribute).


Copyright © 2002-2002 Apache Software Foundation. All Rights Reserved.