Uses of Interface
cz.cvut.kbss.ontodriver.config.ConfigurationParameter
Packages that use ConfigurationParameter
Package
Description
-
Uses of ConfigurationParameter in cz.cvut.kbss.ontodriver.config
Classes in cz.cvut.kbss.ontodriver.config that implement ConfigurationParameterModifier and TypeClassDescriptionenum
Configuration parameters common to all OntoDrivers.Methods in cz.cvut.kbss.ontodriver.config with parameters of type ConfigurationParameterModifier and TypeMethodDescriptionDriverConfiguration.getProperty
(ConfigurationParameter property) Gets value of the specified property.int
DriverConfiguration.getProperty
(ConfigurationParameter property, int defaultValue) Gets integer value of the specified property or the default value, if the property is not set.DriverConfiguration.getProperty
(ConfigurationParameter property, String defaultValue) Gets value of the specified property or the default value, if the property is not set.boolean
DriverConfiguration.is
(ConfigurationParameter property) Returns value of the specified property as boolean.boolean
DriverConfiguration.isSet
(ConfigurationParameter property) Checks whether the specified property is set in this configuration.void
DriverConfiguration.setProperty
(ConfigurationParameter property, String value) Sets configuration of the specified parameter to the specified value.Method parameters in cz.cvut.kbss.ontodriver.config with type arguments of type ConfigurationParameterModifier and TypeMethodDescriptionvoid
DriverConfiguration.addConfiguration
(Map<String, String> properties, Collection<ConfigurationParameter> parameters) Loads configuration of parameters specified byparameters
from the provided properties map. -
Uses of ConfigurationParameter in cz.cvut.kbss.ontodriver.jena.config
Classes in cz.cvut.kbss.ontodriver.jena.config that implement ConfigurationParameter -
Uses of ConfigurationParameter in cz.cvut.kbss.ontodriver.owlapi.config
Classes in cz.cvut.kbss.ontodriver.owlapi.config that implement ConfigurationParameterModifier and TypeClassDescriptionenum
Configuration parameters for the OWL API driver. -
Uses of ConfigurationParameter in cz.cvut.kbss.ontodriver.rdf4j.config
Classes in cz.cvut.kbss.ontodriver.rdf4j.config that implement ConfigurationParameter