br.com.oncast.dev.lobo.task
Class BatchProfile

java.lang.Object
  extended by br.com.oncast.dev.lobo.task.BatchProfile

public class BatchProfile
extends java.lang.Object

ProfilerTask element to store multiple profiling cases to be executed in batch.


Constructor Summary
BatchProfile()
           
 
Method Summary
 void addFileset(org.apache.tools.ant.types.FileSet fileSet)
          Adds a FileSet to the list of filesets to be processed.
 java.util.List<org.apache.tools.ant.types.FileSet> getFilesets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchProfile

public BatchProfile()
Method Detail

addFileset

public void addFileset(org.apache.tools.ant.types.FileSet fileSet)
Adds a FileSet to the list of filesets to be processed.

Parameters:
fileSet - the FileSet to be added.

getFilesets

public java.util.List<org.apache.tools.ant.types.FileSet> getFilesets()
Returns:
the filesets.