Class OntopSQLCoreConfigurationImpl.OntopSQLCoreBuilderMixin<B extends OntopSQLCoreConfiguration.Builder<B>>
- java.lang.Object
-
- it.unibz.inf.ontop.injection.impl.OntopSQLCoreConfigurationImpl.OntopSQLCoreBuilderMixin<B>
-
- All Implemented Interfaces:
OntopModelConfiguration.Builder<B>,OntopModelConfiguration.OntopModelBuilderFragment<B>,OntopSQLCoreConfiguration.Builder<B>,OntopSQLCoreConfiguration.OntopSQLCoreBuilderFragment<B>
- Direct Known Subclasses:
OntopSQLCoreConfigurationImpl.BuilderImpl,OntopSQLCredentialConfigurationImpl.OntopSQLCredentialBuilderMixin
- Enclosing class:
- OntopSQLCoreConfigurationImpl
protected abstract static class OntopSQLCoreConfigurationImpl.OntopSQLCoreBuilderMixin<B extends OntopSQLCoreConfiguration.Builder<B>> extends Object implements OntopSQLCoreConfiguration.Builder<B>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOntopSQLCoreBuilderMixin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BenableTestMode()protected PropertiesgenerateProperties()BjdbcDriver(String jdbcDriver)BjdbcUrl(String jdbcUrl)Bproperties(Properties properties)BpropertyFile(File propertyFile)BpropertyFile(String propertyFilePath)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface it.unibz.inf.ontop.injection.OntopSQLCoreConfiguration.Builder
build
-
-
-
-
Method Detail
-
jdbcUrl
public B jdbcUrl(String jdbcUrl)
- Specified by:
jdbcUrlin interfaceOntopSQLCoreConfiguration.OntopSQLCoreBuilderFragment<B extends OntopSQLCoreConfiguration.Builder<B>>
-
jdbcDriver
public B jdbcDriver(String jdbcDriver)
- Specified by:
jdbcDriverin interfaceOntopSQLCoreConfiguration.OntopSQLCoreBuilderFragment<B extends OntopSQLCoreConfiguration.Builder<B>>
-
generateProperties
protected Properties generateProperties()
-
properties
public B properties(@Nonnull Properties properties)
- Specified by:
propertiesin interfaceOntopModelConfiguration.OntopModelBuilderFragment<B extends OntopSQLCoreConfiguration.Builder<B>>
-
propertyFile
public B propertyFile(String propertyFilePath)
- Specified by:
propertyFilein interfaceOntopModelConfiguration.OntopModelBuilderFragment<B extends OntopSQLCoreConfiguration.Builder<B>>
-
propertyFile
public B propertyFile(File propertyFile)
- Specified by:
propertyFilein interfaceOntopModelConfiguration.OntopModelBuilderFragment<B extends OntopSQLCoreConfiguration.Builder<B>>
-
enableTestMode
public B enableTestMode()
- Specified by:
enableTestModein interfaceOntopModelConfiguration.OntopModelBuilderFragment<B extends OntopSQLCoreConfiguration.Builder<B>>
-
-