A C D E G I O P R S U W 

A

Activator - Class in org.apache.sling.settings.impl
This is the bundle activator.
Activator() - Constructor for class org.apache.sling.settings.impl.Activator
 

C

createSlingId() - Static method in class org.apache.sling.settings.impl.SlingIdUtil
 

D

deactivate() - Method in class org.apache.sling.settings.impl.ServicesListener
Deactivate this listener.
destroy() - Method in class org.apache.sling.settings.impl.RunModeCommand
 
destroy() - Method in class org.apache.sling.settings.impl.SettingsServiceConfigurator
 
destroyPlugin() - Static method in class org.apache.sling.settings.impl.SlingPropertiesPrinter
 
destroyPlugin() - Static method in class org.apache.sling.settings.impl.SlingSettingsPrinter
 

E

execute(String, PrintStream, PrintStream) - Method in class org.apache.sling.settings.impl.RunModeCommand
 

G

getAbsolutePathWithinSlingHome(String) - Method in class org.apache.sling.settings.impl.SlingSettingsServiceImpl
 
getAbsolutePathWithinSlingHome(String) - Method in interface org.apache.sling.settings.SlingSettingsService
Utility method to generate an absolute path within Sling Home.
getName() - Method in class org.apache.sling.settings.impl.RunModeCommand
 
getRunModes() - Method in class org.apache.sling.settings.impl.SlingSettingsServiceImpl
 
getRunModes() - Method in interface org.apache.sling.settings.SlingSettingsService
Return the set of activate run modes.
getShortDescription() - Method in class org.apache.sling.settings.impl.RunModeCommand
 
getSlingDescription() - Method in class org.apache.sling.settings.impl.SlingSettingsServiceImpl
 
getSlingDescription() - Method in interface org.apache.sling.settings.SlingSettingsService
Return the optional description of the instance.
getSlingHome() - Method in class org.apache.sling.settings.impl.SlingSettingsServiceImpl
 
getSlingHome() - Method in interface org.apache.sling.settings.SlingSettingsService
Returns the value of the SLING_HOME_URL property.
getSlingHomePath() - Method in class org.apache.sling.settings.impl.SlingSettingsServiceImpl
 
getSlingHomePath() - Method in interface org.apache.sling.settings.SlingSettingsService
Returns the value of the SLING_HOME property.
getSlingId() - Method in class org.apache.sling.settings.impl.SlingSettingsServiceImpl
 
getSlingId() - Method in interface org.apache.sling.settings.SlingSettingsService
The identifier of the running Sling instance.
getSlingName() - Method in class org.apache.sling.settings.impl.SlingSettingsServiceImpl
 
getSlingName() - Method in interface org.apache.sling.settings.SlingSettingsService
Return the optional name of the instance.
getUsage() - Method in class org.apache.sling.settings.impl.RunModeCommand
 

I

initPlugin(BundleContext) - Static method in class org.apache.sling.settings.impl.SlingPropertiesPrinter
 
initPlugin(BundleContext, SlingSettingsService) - Static method in class org.apache.sling.settings.impl.SlingSettingsPrinter
 

O

org.apache.sling.settings - package org.apache.sling.settings
 
org.apache.sling.settings.impl - package org.apache.sling.settings.impl
 

P

printConfiguration(PrintWriter) - Method in class org.apache.sling.settings.impl.SlingPropertiesPrinter
Print out the servlet filter chains.
printConfiguration(PrintWriter, String) - Method in class org.apache.sling.settings.impl.SlingPropertiesPrinter
 
printConfiguration(PrintWriter) - Method in class org.apache.sling.settings.impl.SlingSettingsPrinter
Print out the servlet filter chains.

R

readSlingId(File) - Static method in class org.apache.sling.settings.impl.SlingIdUtil
Read the id from a file.
RUN_MODE_INSTALL_OPTIONS - Static variable in interface org.apache.sling.settings.SlingSettingsService
The name of the framework property defining the list of run mode options for installation time.
RUN_MODE_OPTIONS - Static variable in interface org.apache.sling.settings.SlingSettingsService
The name of the framework property defining the list of run mode options The value is a comma separated list of options where each option contains of a set of run modes separated by a | character.
RUN_MODES_PROPERTY - Static variable in interface org.apache.sling.settings.SlingSettingsService
The name of the framework property defining the set of used run modes.
RunModeCommand - Class in org.apache.sling.settings.impl
Run mode command for the shell.
RunModeCommand(BundleContext, Set<String>) - Constructor for class org.apache.sling.settings.impl.RunModeCommand
 

S

ServicesListener - Class in org.apache.sling.settings.impl
The ServicesListener listens for the required services and registers the settings service once all required services are available
ServicesListener(BundleContext) - Constructor for class org.apache.sling.settings.impl.ServicesListener
Start listeners
SettingsServiceConfigurator - Class in org.apache.sling.settings.impl
 
SettingsServiceConfigurator(BundleContext, SlingSettingsServiceImpl) - Constructor for class org.apache.sling.settings.impl.SettingsServiceConfigurator
 
SLING_HOME - Static variable in interface org.apache.sling.settings.SlingSettingsService
The name of the framework property defining the Sling home directory (value is "sling.home").
SLING_HOME_URL - Static variable in interface org.apache.sling.settings.SlingSettingsService
The name of the framework property defining the Sling home directory as an URL (value is "sling.home.url").
SlingIdUtil - Class in org.apache.sling.settings.impl
 
SlingIdUtil() - Constructor for class org.apache.sling.settings.impl.SlingIdUtil
 
SlingPropertiesPrinter - Class in org.apache.sling.settings.impl
This is a configuration printer for the web console which prints out the Sling properties from Launchpad if available.
SlingPropertiesPrinter(Properties) - Constructor for class org.apache.sling.settings.impl.SlingPropertiesPrinter
 
SlingSettingsPrinter - Class in org.apache.sling.settings.impl
This is a configuration printer for the web console which prints out the sling settings.
SlingSettingsPrinter(SlingSettingsService) - Constructor for class org.apache.sling.settings.impl.SlingSettingsPrinter
 
SlingSettingsService - Interface in org.apache.sling.settings
The SlingSettingsService provides basic Sling settings
SlingSettingsServiceImpl - Class in org.apache.sling.settings.impl
This is the basic implementation of the sling settings service.
SlingSettingsServiceImpl(BundleContext) - Constructor for class org.apache.sling.settings.impl.SlingSettingsServiceImpl
Create the service and search the Sling home urls and get/create a sling id.
start(BundleContext) - Method in class org.apache.sling.settings.impl.Activator
 
stop(BundleContext) - Method in class org.apache.sling.settings.impl.Activator
 

U

update(Dictionary<String, Object>) - Method in class org.apache.sling.settings.impl.SlingSettingsServiceImpl
Update the configuration of this service
updated(Dictionary) - Method in class org.apache.sling.settings.impl.SettingsServiceConfigurator
 

W

writeSlingId(File, String) - Static method in class org.apache.sling.settings.impl.SlingIdUtil
Write the sling id file.
A C D E G I O P R S U W 

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