|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.test.client.ClassFactory
public class ClassFactory
Field Summary | |
---|---|
static java.lang.String |
EXPECTED_RESULTS_CLASSNAME
The EXPECTED_RESULTS_CLASSNAME property indicates the implementation of
ExpectedResults to use. |
static java.lang.String |
EXPECTED_RESULTS_DEFAULT_CLASSNAME
The default query reader class to use when EXPECTED_RESULTS_CLASSNAME is not defined. |
static java.lang.String |
QUERY_READER_CLASSNAME
The QUERY_READER_CLASSNAME property indicates the implementation of
QueryReader to use. |
static java.lang.String |
QUERY_READER_DEFAULT_CLASSNAME
The default query reader class to use when QUERY_READER_CLASSNAME is not defined. |
static java.lang.String |
QUERY_SCENARIO_CLASSNAME
The QUERY_SCENARIO_CLASSNAME property indicates the implementation of
QueryScenario to use. |
static java.lang.String |
QUERY_SCENARIO_DEFAULT_CLASSNAME
The default scenario class to use when QUERY_SCENARIO_CLASSNAME is not defined. |
static java.lang.String |
RESULTS_GENERATOR_CLASSNAME
The RESULTS_GENERATOR_CLASSNAME property indicates the implementation of
ResultsGenerator to use. |
static java.lang.String |
RESULTS_GENERATOR_DEFAULT_CLASSNAME
The default query reader class to use when QUERY_READER_CLASSNAME is not defined. |
Constructor Summary | |
---|---|
ClassFactory()
|
Method Summary | |
---|---|
static ExpectedResults |
createExpectedResults(java.util.Collection<?> args)
|
static QueryReader |
createQueryReader(java.util.Collection<?> args)
|
static QueryScenario |
createQueryScenario(java.lang.String scenarioName)
|
static ResultsGenerator |
createResultsGenerator(java.util.Collection<?> args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String QUERY_SCENARIO_CLASSNAME
QUERY_SCENARIO_CLASSNAME
property indicates the implementation of
QueryScenario
to use.
public static final java.lang.String QUERY_SCENARIO_DEFAULT_CLASSNAME
QUERY_SCENARIO_CLASSNAME
is not defined.
public static final java.lang.String QUERY_READER_CLASSNAME
QUERY_READER_CLASSNAME
property indicates the implementation of
QueryReader
to use.
public static final java.lang.String QUERY_READER_DEFAULT_CLASSNAME
QUERY_READER_CLASSNAME
is not defined.
public static final java.lang.String RESULTS_GENERATOR_CLASSNAME
RESULTS_GENERATOR_CLASSNAME
property indicates the implementation of
ResultsGenerator
to use.
public static final java.lang.String RESULTS_GENERATOR_DEFAULT_CLASSNAME
QUERY_READER_CLASSNAME
is not defined.
public static final java.lang.String EXPECTED_RESULTS_CLASSNAME
EXPECTED_RESULTS_CLASSNAME
property indicates the implementation of
ExpectedResults
to use.
public static final java.lang.String EXPECTED_RESULTS_DEFAULT_CLASSNAME
EXPECTED_RESULTS_CLASSNAME
is not defined.
Constructor Detail |
---|
public ClassFactory()
Method Detail |
---|
public static QueryScenario createQueryScenario(java.lang.String scenarioName)
public static QueryReader createQueryReader(java.util.Collection<?> args)
public static ResultsGenerator createResultsGenerator(java.util.Collection<?> args)
public static ExpectedResults createExpectedResults(java.util.Collection<?> args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |