Uses of Class
org.hobbit.utils.config.HobbitConfiguration
Packages that use HobbitConfiguration
-
Uses of HobbitConfiguration in org.hobbit.core.components
Fields in org.hobbit.core.components declared as HobbitConfigurationModifier and TypeFieldDescriptionprotected HobbitConfigurationAbstractComponent.configurationConfiguration that is used by this component.Methods in org.hobbit.core.components that return HobbitConfigurationMethods in org.hobbit.core.components with parameters of type HobbitConfigurationModifier and TypeMethodDescriptionvoidAbstractComponent.setConfiguration(HobbitConfiguration configuration) voidComponent.setConfiguration(HobbitConfiguration configuration) Setter for the configuration that the component should make use of. -
Uses of HobbitConfiguration in org.hobbit.core.components.test
Constructors in org.hobbit.core.components.test with parameters of type HobbitConfigurationModifierConstructorDescriptionInMemoryEvaluationStore(HobbitConfiguration configuration) Constructor to assign configuration object.