|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pushtotest.tool.dataset.DatasetFactory
public class DatasetFactory
The DatasetFactory instantiates clasess to chart data to the meters-and-charts panel in the TestMaker GUI.
| Constructor Summary | |
|---|---|
DatasetFactory()
|
|
| Method Summary | |
|---|---|
static Dataset |
getHandler(java.lang.String ds)
Finds a class that implements the Dataset interface It uses the org/pushtotest/tool/resources/datasetops.properties by way of the PropertyFinder class to look up the class name. |
static DatasetType |
getTypeHandler(java.lang.String ds)
Finds a class that implements the presentation logic to output results data from a protocol handler into the desired target form. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatasetFactory()
| Method Detail |
|---|
public static Dataset getHandler(java.lang.String ds)
throws NoSuchClassException
protocol - The name of the protocol that will match an entry in the datasetops.properties
file under the dataset property.
NoSuchClassException - If there is no Response class found that is associated with the provided
protocol.
public static DatasetType getTypeHandler(java.lang.String ds)
throws NoSuchClassException
protocol - The name of the protocol that will match an entry in the datasetops.properties
file under the dataset property.
NoSuchClassException - If there is no Response class found that is associated with the provided
protocol.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||