org.flexunit.ant.tasks.types
Class CompilationFileSetCollection

java.lang.Object
  extended by org.flexunit.ant.tasks.types.CompilationFileSetCollection
Direct Known Subclasses:
LibraryPaths, SourcePaths

public class CompilationFileSetCollection
extends java.lang.Object


Field Summary
protected  java.util.List<org.apache.tools.ant.types.FileSet> filesets
           
 
Constructor Summary
CompilationFileSetCollection()
           
 
Method Summary
 void add(org.apache.tools.ant.types.FileSet fileset)
           
 boolean exists()
           
 boolean isEmpty()
           
 boolean provided()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filesets

protected java.util.List<org.apache.tools.ant.types.FileSet> filesets
Constructor Detail

CompilationFileSetCollection

public CompilationFileSetCollection()
Method Detail

add

public void add(org.apache.tools.ant.types.FileSet fileset)

provided

public boolean provided()

isEmpty

public boolean isEmpty()

exists

public boolean exists()