A C D E G I J K L M O P S U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Activator - Class in org.apache.karaf.config.core.impl.osgi
- Activator() - Constructor for class org.apache.karaf.config.core.impl.osgi.Activator
- append(String, Map<String, String>) - Method in interface org.apache.karaf.config.core.ConfigMBean
-
Add new properties or update existing ones (without removing others) in a given configuration.
- append(String, Map<String, String>) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
- appendProperty(String, String, String) - Method in interface org.apache.karaf.config.core.ConfigMBean
-
Append (or add) a value for the given configuration key.
- appendProperty(String, String, String) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
C
- canHandle(File) - Method in class org.apache.karaf.config.core.impl.JsonConfigInstaller
- ConfigMBean - Interface in org.apache.karaf.config.core
-
MBean to manipulate the Config layer.
- ConfigMBeanImpl - Class in org.apache.karaf.config.core.impl
-
Implementation of the ConfigMBean.
- ConfigMBeanImpl() - Constructor for class org.apache.karaf.config.core.impl.ConfigMBeanImpl
- ConfigRepository - Interface in org.apache.karaf.config.core
- ConfigRepositoryImpl - Class in org.apache.karaf.config.core.impl
- ConfigRepositoryImpl(ConfigurationAdmin) - Constructor for class org.apache.karaf.config.core.impl.ConfigRepositoryImpl
- configurationEvent(ConfigurationEvent) - Method in class org.apache.karaf.config.core.impl.JsonConfigInstaller
- create(String) - Method in interface org.apache.karaf.config.core.ConfigMBean
-
Create a new configuration for the given PID.
- create(String) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
- createFactoryConfiguration(String) - Method in interface org.apache.karaf.config.core.ConfigMBean
- createFactoryConfiguration(String) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
- createFactoryConfiguration(String, String) - Method in interface org.apache.karaf.config.core.ConfigMBean
- createFactoryConfiguration(String, String) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
- createFactoryConfiguration(String, String, Map<String, Object>) - Method in interface org.apache.karaf.config.core.ConfigRepository
- createFactoryConfiguration(String, String, Map<String, Object>) - Method in class org.apache.karaf.config.core.impl.ConfigRepositoryImpl
- createFactoryConfiguration(String, String, Map<String, Object>, String) - Method in interface org.apache.karaf.config.core.ConfigRepository
- createFactoryConfiguration(String, String, Map<String, Object>, String) - Method in class org.apache.karaf.config.core.impl.ConfigRepositoryImpl
- createFactoryConfiguration(String, String, Map<String, String>) - Method in interface org.apache.karaf.config.core.ConfigMBean
- createFactoryConfiguration(String, String, Map<String, String>) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
- createFactoryConfiguration(String, Map<String, Object>) - Method in interface org.apache.karaf.config.core.ConfigRepository
- createFactoryConfiguration(String, Map<String, Object>) - Method in class org.apache.karaf.config.core.impl.ConfigRepositoryImpl
- createFactoryConfiguration(String, Map<String, Object>, String) - Method in interface org.apache.karaf.config.core.ConfigRepository
- createFactoryConfiguration(String, Map<String, Object>, String) - Method in class org.apache.karaf.config.core.impl.ConfigRepositoryImpl
- createFactoryConfiguration(String, Map<String, String>) - Method in interface org.apache.karaf.config.core.ConfigMBean
-
Create a factory based configuration.
- createFactoryConfiguration(String, Map<String, String>) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
D
- DEFAULT_EXTENSION - Static variable in class org.apache.karaf.config.core.impl.JsonConfigInstaller
- delete(String) - Method in interface org.apache.karaf.config.core.ConfigMBean
-
Delete a configuration identified by the given PID.
- delete(String) - Method in interface org.apache.karaf.config.core.ConfigRepository
- delete(String) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
- delete(String) - Method in class org.apache.karaf.config.core.impl.ConfigRepositoryImpl
- delete(String, List<String>) - Method in interface org.apache.karaf.config.core.ConfigMBean
-
Delete properties from a configuration.
- delete(String, List<String>) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
- deleteProperty(String, String) - Method in interface org.apache.karaf.config.core.ConfigMBean
-
Remove the configuration property identified by the given key.
- deleteProperty(String, String) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
- displayValue(Object) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
- doStart() - Method in class org.apache.karaf.config.core.impl.osgi.Activator
- doWithMetaType(BundleContext, String, Function<Optional<MetaServiceCaller.MetaInfo>, T>) - Static method in class org.apache.karaf.config.core.MetaServiceCaller
-
Attempts to find MetaType information for the specified PID and invokes the supplied callback with the result of the search
E
- exists(String) - Method in interface org.apache.karaf.config.core.ConfigMBean
-
Check if a configuration identified by the given PID exists.
- exists(String) - Method in interface org.apache.karaf.config.core.ConfigRepository
- exists(String) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
- exists(String) - Method in class org.apache.karaf.config.core.impl.ConfigRepositoryImpl
- EXT_ENV_VAR - Static variable in class org.apache.karaf.config.core.impl.JsonConfigInstaller
- EXT_SYS_PROP - Static variable in class org.apache.karaf.config.core.impl.JsonConfigInstaller
G
- getConfig(String) - Method in interface org.apache.karaf.config.core.ConfigRepository
- getConfig(String) - Method in class org.apache.karaf.config.core.impl.ConfigRepositoryImpl
- getConfigAdmin() - Method in interface org.apache.karaf.config.core.ConfigRepository
- getConfigAdmin() - Method in class org.apache.karaf.config.core.impl.ConfigRepositoryImpl
- getConfigs() - Method in interface org.apache.karaf.config.core.ConfigMBean
-
Get the list of all configuration PIDs.
- getConfigs() - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
-
Get all config pids
- getDefinition() - Method in class org.apache.karaf.config.core.MetaServiceCaller.MetaInfo
- getPidsWithMetaInfo(BundleContext) - Static method in class org.apache.karaf.config.core.MetaServiceCaller
- getProperty(String, String) - Method in interface org.apache.karaf.config.core.ConfigMBean
-
Get a configuration property.
- getProperty(String, String) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
I
- install(File) - Method in class org.apache.karaf.config.core.impl.JsonConfigInstaller
- install(String, String, boolean) - Method in interface org.apache.karaf.config.core.ConfigMBean
-
Install a cfg file.
- install(String, String, boolean) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
- isFactory() - Method in class org.apache.karaf.config.core.MetaServiceCaller.MetaInfo
J
- JsonConfigInstaller - Class in org.apache.karaf.config.core.impl
- JsonConfigInstaller(ConfigurationAdmin) - Constructor for class org.apache.karaf.config.core.impl.JsonConfigInstaller
K
- KarafConfigurationPlugin - Class in org.apache.karaf.config.core.impl
- KarafConfigurationPlugin() - Constructor for class org.apache.karaf.config.core.impl.KarafConfigurationPlugin
L
- listProperties(String) - Method in interface org.apache.karaf.config.core.ConfigMBean
-
Get the list of properties for a configuration PID.
- listProperties(String) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
M
- MetaServiceCaller - Class in org.apache.karaf.config.core
-
Allows to use the MetaTypeService as an optional dependency
- MetaServiceCaller() - Constructor for class org.apache.karaf.config.core.MetaServiceCaller
- MetaServiceCaller.MetaInfo - Class in org.apache.karaf.config.core
- modifyConfiguration(ServiceReference<?>, Dictionary<String, Object>) - Method in class org.apache.karaf.config.core.impl.KarafConfigurationPlugin
O
- org.apache.karaf.config.core - package org.apache.karaf.config.core
- org.apache.karaf.config.core.impl - package org.apache.karaf.config.core.impl
- org.apache.karaf.config.core.impl.osgi - package org.apache.karaf.config.core.impl.osgi
P
- PLUGIN_ID - Static variable in class org.apache.karaf.config.core.impl.KarafConfigurationPlugin
- PLUGIN_RANKING - Static variable in class org.apache.karaf.config.core.impl.KarafConfigurationPlugin
S
- setConfigRepo(ConfigRepository) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
- setProperty(String, String, String) - Method in interface org.apache.karaf.config.core.ConfigMBean
-
Set a configuration property.
- setProperty(String, String, String) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
U
- uninstall(File) - Method in class org.apache.karaf.config.core.impl.JsonConfigInstaller
- update(File) - Method in class org.apache.karaf.config.core.impl.JsonConfigInstaller
- update(String, Map<String, Object>) - Method in interface org.apache.karaf.config.core.ConfigRepository
- update(String, Map<String, Object>) - Method in class org.apache.karaf.config.core.impl.ConfigRepositoryImpl
- update(String, Map<String, Object>, String) - Method in interface org.apache.karaf.config.core.ConfigRepository
- update(String, Map<String, Object>, String) - Method in class org.apache.karaf.config.core.impl.ConfigRepositoryImpl
- update(String, Map<String, String>) - Method in interface org.apache.karaf.config.core.ConfigMBean
-
Update a complete configuration.
- update(String, Map<String, String>) - Method in class org.apache.karaf.config.core.impl.ConfigMBeanImpl
W
- withMetaTypeService(BundleContext, Function<MetaTypeService, T>) - Static method in class org.apache.karaf.config.core.MetaServiceCaller
All Classes All Packages