protected abstract static class OntopSQLCoreConfigurationImpl.OntopSQLCoreBuilderMixin<B extends OntopSQLCoreConfiguration.Builder<B>> extends Object implements OntopSQLCoreConfiguration.Builder<B>
| Modifier | Constructor and Description |
|---|---|
protected |
OntopSQLCoreBuilderMixin() |
| Modifier and Type | Method and Description |
|---|---|
B |
enableTestMode() |
protected Properties |
generateProperties() |
B |
jdbcDriver(String jdbcDriver) |
B |
jdbcName(String dbName) |
B |
jdbcUrl(String jdbcUrl) |
B |
properties(Properties properties) |
B |
propertyFile(File propertyFile) |
B |
propertyFile(String propertyFilePath) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildpublic B jdbcName(String dbName)
jdbcName in interface OntopSQLCoreConfiguration.OntopSQLCoreBuilderFragment<B extends OntopSQLCoreConfiguration.Builder<B>>public B jdbcUrl(String jdbcUrl)
jdbcUrl in interface OntopSQLCoreConfiguration.OntopSQLCoreBuilderFragment<B extends OntopSQLCoreConfiguration.Builder<B>>public B jdbcDriver(String jdbcDriver)
jdbcDriver in interface OntopSQLCoreConfiguration.OntopSQLCoreBuilderFragment<B extends OntopSQLCoreConfiguration.Builder<B>>protected Properties generateProperties()
public B properties(@Nonnull Properties properties)
properties in interface OntopModelConfiguration.OntopModelBuilderFragment<B extends OntopSQLCoreConfiguration.Builder<B>>public B propertyFile(String propertyFilePath)
propertyFile in interface OntopModelConfiguration.OntopModelBuilderFragment<B extends OntopSQLCoreConfiguration.Builder<B>>public B propertyFile(File propertyFile)
propertyFile in interface OntopModelConfiguration.OntopModelBuilderFragment<B extends OntopSQLCoreConfiguration.Builder<B>>public B enableTestMode()
enableTestMode in interface OntopModelConfiguration.OntopModelBuilderFragment<B extends OntopSQLCoreConfiguration.Builder<B>>Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.