public class OracleFactory extends Object
| Constructor and Description |
|---|
OracleFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IOracle |
getOracle(String filePath,
String inputType,
String oracleType)
Creates an oracle based on the input type (i.e., the type of file within which the
oracle data is contained) and the type of oracle needed.
|
public static IOracle getOracle(String filePath, String inputType, String oracleType)
filePath - Path to the file containing the data encapsulated by the oracleinputType - Type of the fileoracleType - Type of oracle requiredCopyright © 2018. All rights reserved.