org.flexunit.ant.tasks.types
Class SourcePaths

java.lang.Object
  extended by org.flexunit.ant.tasks.types.CompilationFileSetCollection
      extended by org.flexunit.ant.tasks.types.SourcePaths

public class SourcePaths
extends CompilationFileSetCollection


Field Summary
 
Fields inherited from class org.flexunit.ant.tasks.types.CompilationFileSetCollection
filesets
 
Constructor Summary
SourcePaths()
           
 
Method Summary
 void add(org.apache.tools.ant.types.FileSet fileset)
           
 java.lang.String getCanonicalClasses(java.lang.String delimiter)
           
 java.lang.String getClasses()
           
 java.lang.String getImports()
           
 java.lang.String getPathElements(java.lang.String delimiter)
           
 
Methods inherited from class org.flexunit.ant.tasks.types.CompilationFileSetCollection
exists, isEmpty, provided
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourcePaths

public SourcePaths()
Method Detail

add

public void add(org.apache.tools.ant.types.FileSet fileset)
Overrides:
add in class CompilationFileSetCollection

getPathElements

public java.lang.String getPathElements(java.lang.String delimiter)

getImports

public java.lang.String getImports()

getClasses

public java.lang.String getClasses()

getCanonicalClasses

public java.lang.String getCanonicalClasses(java.lang.String delimiter)