B C D E F G I L O P R S U 

B

bypassStorage - Variable in class org.apache.karaf.shell.config.ConfigPropertyCommandSupport
 
bypassStorage - Variable in class org.apache.karaf.shell.config.UpdateCommand
 

C

CancelCommand - Class in org.apache.karaf.shell.config
 
CancelCommand() - Constructor for class org.apache.karaf.shell.config.CancelCommand
 
complete(String, int, List) - Method in class org.apache.karaf.shell.config.completers.ConfigurationCompleter
 
complete(String, int, List) - Method in class org.apache.karaf.shell.config.completers.ConfigurationPropertyCompleter
 
ConfigCommandSupport - Class in org.apache.karaf.shell.config
Abstract class from which all commands related to the ConfigurationAdmin service should derive.
ConfigCommandSupport() - Constructor for class org.apache.karaf.shell.config.ConfigCommandSupport
 
ConfigPropertyCommandSupport - Class in org.apache.karaf.shell.config
Abstract class which commands that are related to property processing should extend.
ConfigPropertyCommandSupport() - Constructor for class org.apache.karaf.shell.config.ConfigPropertyCommandSupport
 
ConfigurationCompleter - Class in org.apache.karaf.shell.config.completers
jline.Completor for Configuration Admin configurations.
ConfigurationCompleter() - Constructor for class org.apache.karaf.shell.config.completers.ConfigurationCompleter
 
configurationEvent(ConfigurationEvent) - Method in class org.apache.karaf.shell.config.completers.ConfigurationCompleter
 
ConfigurationPropertyCompleter - Class in org.apache.karaf.shell.config.completers
jline.Completor for Configuration Admin properties.
ConfigurationPropertyCompleter() - Constructor for class org.apache.karaf.shell.config.completers.ConfigurationPropertyCompleter
 

D

DeleteCommand - Class in org.apache.karaf.shell.config
 
DeleteCommand() - Constructor for class org.apache.karaf.shell.config.DeleteCommand
 
deleteStorage(String) - Method in class org.apache.karaf.shell.config.ConfigCommandSupport
 
doExecute(ConfigurationAdmin) - Method in class org.apache.karaf.shell.config.CancelCommand
 
doExecute() - Method in class org.apache.karaf.shell.config.ConfigCommandSupport
 
doExecute(ConfigurationAdmin) - Method in class org.apache.karaf.shell.config.ConfigCommandSupport
 
doExecute(ConfigurationAdmin) - Method in class org.apache.karaf.shell.config.ConfigPropertyCommandSupport
 
doExecute(ConfigurationAdmin) - Method in class org.apache.karaf.shell.config.DeleteCommand
 
doExecute(ConfigurationAdmin) - Method in class org.apache.karaf.shell.config.EditCommand
 
doExecute(ConfigurationAdmin) - Method in class org.apache.karaf.shell.config.ListCommand
 
doExecute(ConfigurationAdmin) - Method in class org.apache.karaf.shell.config.UpdateCommand
 

E

EditCommand - Class in org.apache.karaf.shell.config
 
EditCommand() - Constructor for class org.apache.karaf.shell.config.EditCommand
 

F

findConfigurationByFileName(ConfigurationAdmin, String) - Method in class org.apache.karaf.shell.config.ConfigCommandSupport
Returns the Configuration object of the given (felix fileinstall) file name.

G

getConfigAdmin() - Method in class org.apache.karaf.shell.config.completers.ConfigurationPropertyCompleter
 
getConfigurationAdmin() - Method in class org.apache.karaf.shell.config.ConfigCommandSupport
 
getEditedProps() - Method in class org.apache.karaf.shell.config.ConfigCommandSupport
 
getEditedProps() - Method in class org.apache.karaf.shell.config.ConfigPropertyCommandSupport
Retrieves confguration from the pid, if used or delegates to session from getting the configuration.
getStorage() - Method in class org.apache.karaf.shell.config.ConfigCommandSupport
 

I

init() - Method in class org.apache.karaf.shell.config.completers.ConfigurationCompleter
 

L

ListCommand - Class in org.apache.karaf.shell.config
 
ListCommand() - Constructor for class org.apache.karaf.shell.config.ListCommand
 

O

org.apache.karaf.shell.config - package org.apache.karaf.shell.config
 
org.apache.karaf.shell.config.completers - package org.apache.karaf.shell.config.completers
 

P

parsePid(String) - Method in class org.apache.karaf.shell.config.ConfigCommandSupport
 
persistConfiguration(ConfigurationAdmin, String, Dictionary<String, Object>) - Method in class org.apache.karaf.shell.config.ConfigCommandSupport
Persists configuration to storage.
pid - Variable in class org.apache.karaf.shell.config.ConfigPropertyCommandSupport
 
PropAppendCommand - Class in org.apache.karaf.shell.config
Appends a value to the current property value.
PropAppendCommand() - Constructor for class org.apache.karaf.shell.config.PropAppendCommand
 
PropDelCommand - Class in org.apache.karaf.shell.config
 
PropDelCommand() - Constructor for class org.apache.karaf.shell.config.PropDelCommand
 
PROPERTY_CONFIG_PID - Static variable in class org.apache.karaf.shell.config.ConfigCommandSupport
 
PROPERTY_CONFIG_PROPS - Static variable in class org.apache.karaf.shell.config.ConfigCommandSupport
 
propertyAction(Dictionary<String, Object>) - Method in class org.apache.karaf.shell.config.ConfigPropertyCommandSupport
Perform an action on the properties.
propertyAction(Dictionary<String, Object>) - Method in class org.apache.karaf.shell.config.PropAppendCommand
 
propertyAction(Dictionary<String, Object>) - Method in class org.apache.karaf.shell.config.PropDelCommand
 
propertyAction(Dictionary<String, Object>) - Method in class org.apache.karaf.shell.config.PropListCommand
 
propertyAction(Dictionary<String, Object>) - Method in class org.apache.karaf.shell.config.PropSetCommand
 
PropListCommand - Class in org.apache.karaf.shell.config
 
PropListCommand() - Constructor for class org.apache.karaf.shell.config.PropListCommand
 
PropSetCommand - Class in org.apache.karaf.shell.config
 
PropSetCommand() - Constructor for class org.apache.karaf.shell.config.PropSetCommand
 

R

requiresUpdate(String) - Method in class org.apache.karaf.shell.config.ConfigPropertyCommandSupport
Checks if the configuration requires to be updated.
requiresUpdate(String) - Method in class org.apache.karaf.shell.config.PropListCommand
List commands never requires an update, so it always returns false.

S

setAdmin(ConfigurationAdmin) - Method in class org.apache.karaf.shell.config.completers.ConfigurationCompleter
 
setArtifactInstallers(List<ArtifactInstaller>) - Method in class org.apache.karaf.shell.config.ConfigCommandSupport
 
setConfigAdmin(ConfigurationAdmin) - Method in class org.apache.karaf.shell.config.completers.ConfigurationPropertyCompleter
 
setStorage(File) - Method in class org.apache.karaf.shell.config.ConfigCommandSupport
 
storage - Variable in class org.apache.karaf.shell.config.ConfigCommandSupport
 

U

update(ConfigurationAdmin, String, Dictionary<String, Object>, boolean) - Method in class org.apache.karaf.shell.config.ConfigCommandSupport
Saves config to storage or ConfigurationAdmin.
UpdateCommand - Class in org.apache.karaf.shell.config
 
UpdateCommand() - Constructor for class org.apache.karaf.shell.config.UpdateCommand
 
updateConfiguration(ConfigurationAdmin, String, Dictionary<String, Object>) - Method in class org.apache.karaf.shell.config.ConfigCommandSupport
Updates the configuration to the ConfigurationAdmin service.
B C D E F G I L O P R S U 

Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.