Modifier and Type | Method and Description |
---|---|
void |
VaadinConfigurationController.setConfigInstance(ConfigurationInstance value) |
Modifier and Type | Method and Description |
---|---|
ConfigurationInstance |
Configurator.getConfigInstance() |
Modifier and Type | Method and Description |
---|---|
void |
Configurator.setConfigurationInstance(ConfigurationInstance config) |
Modifier and Type | Method and Description |
---|---|
ConfigurationInstance |
ObjectFactory.createConfigurationInstance()
Create an instance of
ConfigurationInstance |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ConfigurationInstance> |
ObjectFactory.createConfiguration(ConfigurationInstance value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ConfigurationInstance> |
ObjectFactory.createConfiguration(ConfigurationInstance value)
|
Modifier and Type | Method and Description |
---|---|
ConfigurationInstance |
ConfigurationInstancesStorageImpl.getConfigurationForBundle(org.osgi.framework.Bundle bundle)
returns the first primary configuration instance or if there is no
primary instance then this method returns the first configuration
instance for the given bundle.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigurationInstance> |
ConfigurationInstancesStorageImpl.getAllInstancesForBundle(String bundlename) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationInstancesStorageImpl.addConfigurationInstance(ConfigurationInstance instance) |
boolean |
ConfigurationInstancesStorageImpl.contains(ConfigurationInstance configInstance) |
boolean |
ConfigurationInstancesStorageImpl.removeConfigurationInstance(ConfigurationInstance instance) |
void |
ConfigurationInstancesStorageImpl.replaceConfigurationInstance(ConfigurationInstance instance) |
Modifier and Type | Method and Description |
---|---|
ConfigurationInstance |
ConfigurationInstancesStorage.getConfigurationForBundle(org.osgi.framework.Bundle bundle) |
Modifier and Type | Method and Description |
---|---|
List<ConfigurationInstance> |
ConfigurationInstancesStorage.getAllInstancesForBundle(String bundlename) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationInstancesStorage.addConfigurationInstance(ConfigurationInstance instance)
Adds the configuration instance and saves it to the physical storage.
|
boolean |
ConfigurationInstancesStorage.contains(ConfigurationInstance configInstance) |
boolean |
ConfigurationInstancesStorage.removeConfigurationInstance(ConfigurationInstance instance)
Removes the given instance also from the physical storage
|
void |
ConfigurationInstancesStorage.replaceConfigurationInstance(ConfigurationInstance instance)
Replace the instance with the same id.
|
Copyright © 2018 universAAL Consortium. All rights reserved.