public class DataSetFactory extends Object
Constructor and Description |
---|
DataSetFactory()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
static DataSet |
getDataSet(String DataSetClass)
Generate a new instance for a class of a specific classname.
|
public static DataSet getDataSet(String DataSetClass) throws ClassNotFoundException
DataSetClass
- the classname for which an instance is requestedClassNotFoundException
- IF the class is not found.Copyright © 2018. All rights reserved.