public class RDFUnitConfiguration extends Object
RDFUnitConfiguration class.
| Constructor and Description |
|---|
RDFUnitConfiguration(String datasetURI,
String dataFolder)
Constructor for RDFUnitConfiguration.
|
RDFUnitConfiguration(String datasetURI,
String dataFolder,
String testFolder)
Constructor for RDFUnitConfiguration.
|
| Modifier and Type | Method and Description |
|---|---|
SerializationFormat |
geFirstOutputFormat()
geFirstOutputFormat.
|
Collection<SchemaSource> |
getAllSchemata()
getAllSchemata.
|
String |
getCustomDereferenceURI()
Getter for the field
customDereferenceURI. |
String |
getDataFolder()
Getter for the field
dataFolder. |
String |
getDatasetURI()
Getter for the field
datasetURI. |
Collection<String> |
getEndpointGraphs()
Getter for the field
endpointGraphs. |
long |
getEndpointQueryCacheTTL()
Getter for the field
endpointQueryCacheTTL. |
long |
getEndpointQueryDelayMS()
Getter for the field
endpointQueryDelayMS. |
long |
getEndpointQueryLimit()
Getter for the field
endpointQueryLimit. |
long |
getEndpointQueryPagination()
Getter for the field
endpointQueryPagination. |
String |
getEndpointURI()
Getter for the field
endpointURI. |
EnrichedSchemaSource |
getEnrichedSchema()
Getter for the field
enrichedSchema. |
Collection<SerializationFormat> |
getOutputFormats()
Getter for the field
outputFormats. |
String |
getPrefix()
Getter for the field
prefix. |
TestCaseExecutionType |
getTestCaseExecutionType()
Getter for the field
testCaseExecutionType. |
String |
getTestFolder()
Getter for the field
testFolder. |
TestSource |
getTestSource()
Getter for the field
testSource. |
boolean |
isAutoTestsEnabled()
isAutoTestsEnabled.
|
boolean |
isCalculateCoverageEnabled()
isCalculateCoverageEnabled.
|
boolean |
isManualTestsEnabled()
isManualTestsEnabled.
|
boolean |
isTestCacheEnabled()
isTestCacheEnabled.
|
void |
setAutoSchemataFromQEF(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef)
setAutoSchemataFromQEF.
|
void |
setAutoSchemataFromQEF(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef,
boolean all)
setAutoSchemataFromQEF.
|
void |
setAutoSchemataFromQEF(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef,
boolean all,
boolean limitToKnown)
Sets auto schemata from qEF.
|
void |
setAutoTestsEnabled(boolean autoTestsEnabled)
Setter for the field
autoTestsEnabled. |
void |
setCalculateCoverageEnabled(boolean calculateCoverageEnabled)
Setter for the field
calculateCoverageEnabled. |
void |
setCustomDereferenceURI(String customDereferenceURI)
Setter for the field
customDereferenceURI. |
void |
setCustomTextSource(String text,
String format)
Setter for the field
customTextSource. |
void |
setEndpointConfiguration(String endpointURI,
Collection<String> endpointGraphs)
setEndpointConfiguration.
|
void |
setEndpointQueryCacheTTL(long endpointQueryCacheTTL)
Setter for the field
endpointQueryCacheTTL. |
void |
setEndpointQueryDelayMS(long endpointQueryDelayMS)
Setter for the field
endpointQueryDelayMS. |
void |
setEndpointQueryLimit(long endpointQueryLimit)
Setter for the field
endpointQueryLimit. |
void |
setEndpointQueryPagination(long endpointQueryPagination)
Setter for the field
endpointQueryPagination. |
void |
setEnrichedSchema(String enrichedSchemaPrefix)
Setter for the field
enrichedSchema. |
void |
setManualTestsEnabled(boolean manualTestsEnabled)
Setter for the field
manualTestsEnabled. |
void |
setOutputFormatTypes(Collection<String> outputNames)
setOutputFormatTypes.
|
void |
setPrefix(String prefix)
Setter for the field
prefix. |
void |
setSchemata(Collection<SchemaSource> schemata)
setSchemata.
|
void |
setSchemataFromPrefixes(Collection<String> schemaPrefixes)
setSchemataFromPrefixes.
|
void |
setTestCacheEnabled(boolean testCacheEnabled)
Setter for the field
testCacheEnabled. |
void |
setTestCaseExecutionType(TestCaseExecutionType testCaseExecutionType)
Setter for the field
testCaseExecutionType. |
public RDFUnitConfiguration(String datasetURI, String dataFolder)
Constructor for RDFUnitConfiguration.
datasetURI - a
object.dataFolder - a
object.public void setEndpointConfiguration(String endpointURI, Collection<String> endpointGraphs)
setEndpointConfiguration.
endpointURI - a
object.endpointGraphs - a
object.public void setCustomDereferenceURI(String customDereferenceURI)
Setter for the field customDereferenceURI.
customDereferenceURI - a
object.public void setCustomTextSource(String text, String format) throws UndefinedSerializationException
Setter for the field customTextSource.
text - a
object.format - a
object.UndefinedSerializationException - if any.public void setAutoSchemataFromQEF(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef)
setAutoSchemataFromQEF.
qef - a
object.public void setAutoSchemataFromQEF(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef,
boolean all)
setAutoSchemataFromQEF.
qef - a
object.all - the allpublic void setAutoSchemataFromQEF(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef,
boolean all,
boolean limitToKnown)
qef - the qefall - the alllimitToKnown - the limit to knownpublic void setSchemataFromPrefixes(Collection<String> schemaPrefixes) throws UndefinedSchemaException
setSchemataFromPrefixes.
schemaPrefixes - a
object.UndefinedSchemaException - if any.public void setSchemata(Collection<SchemaSource> schemata)
setSchemata.
schemata - a
object.public void setEnrichedSchema(String enrichedSchemaPrefix)
Setter for the field enrichedSchema.
enrichedSchemaPrefix - a
object.public Collection<SchemaSource> getAllSchemata()
getAllSchemata.
public TestSource getTestSource()
Getter for the field testSource.
public void setOutputFormatTypes(Collection<String> outputNames) throws UndefinedSerializationException
setOutputFormatTypes.
outputNames - a
object.UndefinedSerializationException - if any.public boolean isTestCacheEnabled()
isTestCacheEnabled.
public void setTestCacheEnabled(boolean testCacheEnabled)
Setter for the field testCacheEnabled.
testCacheEnabled - a boolean.public boolean isManualTestsEnabled()
isManualTestsEnabled.
public void setManualTestsEnabled(boolean manualTestsEnabled)
Setter for the field manualTestsEnabled.
manualTestsEnabled - a boolean.public boolean isAutoTestsEnabled()
isAutoTestsEnabled.
public void setAutoTestsEnabled(boolean autoTestsEnabled)
Setter for the field autoTestsEnabled.
autoTestsEnabled - a boolean.public TestCaseExecutionType getTestCaseExecutionType()
Getter for the field testCaseExecutionType.
public void setTestCaseExecutionType(TestCaseExecutionType testCaseExecutionType)
Setter for the field testCaseExecutionType.
testCaseExecutionType - a
object.public boolean isCalculateCoverageEnabled()
isCalculateCoverageEnabled.
public void setCalculateCoverageEnabled(boolean calculateCoverageEnabled)
Setter for the field calculateCoverageEnabled.
calculateCoverageEnabled - a boolean.public String getDataFolder()
Getter for the field dataFolder.
public String getTestFolder()
Getter for the field testFolder.
public String getPrefix()
Getter for the field prefix.
public void setPrefix(String prefix)
Setter for the field prefix.
prefix - a
object.public String getDatasetURI()
Getter for the field datasetURI.
public String getEndpointURI()
Getter for the field endpointURI.
public Collection<String> getEndpointGraphs()
Getter for the field endpointGraphs.
public String getCustomDereferenceURI()
Getter for the field customDereferenceURI.
public EnrichedSchemaSource getEnrichedSchema()
Getter for the field enrichedSchema.
public Collection<SerializationFormat> getOutputFormats()
Getter for the field outputFormats.
public SerializationFormat geFirstOutputFormat()
geFirstOutputFormat.
public long getEndpointQueryDelayMS()
Getter for the field endpointQueryDelayMS.
public void setEndpointQueryDelayMS(long endpointQueryDelayMS)
Setter for the field endpointQueryDelayMS.
endpointQueryDelayMS - a long.public long getEndpointQueryCacheTTL()
Getter for the field endpointQueryCacheTTL.
public void setEndpointQueryCacheTTL(long endpointQueryCacheTTL)
Setter for the field endpointQueryCacheTTL.
endpointQueryCacheTTL - a long.public long getEndpointQueryPagination()
Getter for the field endpointQueryPagination.
public void setEndpointQueryPagination(long endpointQueryPagination)
Setter for the field endpointQueryPagination.
endpointQueryPagination - a long.public long getEndpointQueryLimit()
Getter for the field endpointQueryLimit.
public void setEndpointQueryLimit(long endpointQueryLimit)
Setter for the field endpointQueryLimit.
endpointQueryLimit - a long.Copyright © 2015. All rights reserved.