com.goldenhammer.fileio.testprofile
Class TestProfileRetriever

java.lang.Object
  extended bycom.goldenhammer.fileio.testprofile.TestProfileRetriever

public class TestProfileRetriever
extends java.lang.Object

This class returns test profiles in a given directory


Constructor Summary
TestProfileRetriever()
           
 
Method Summary
static java.util.Collection retrieve(java.lang.String directory)
          Given a directory, read in all the test profiles and return them in a collection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestProfileRetriever

public TestProfileRetriever()
Method Detail

retrieve

public static java.util.Collection retrieve(java.lang.String directory)
Given a directory, read in all the test profiles and return them in a collection

Parameters:
directory - the directory to read in from
Returns:
a collection of test profiles