Skip navigation links
A B C D E F G I J L M N O P Q R S U W Z 

S

selectArea(String) - Static method in class org.apache.tamaya.core.ConfigurationFunctions
Creates a ConfigOperator that creates a Configuration containing only keys that are contained in the given area (non recursive).
selectArea(String, boolean) - Static method in class org.apache.tamaya.core.ConfigurationFunctions
Creates a ConfigOperator that creates a Configuration containing only keys that are contained in the given area (non recursive).
selectAreaRecursive(String) - Static method in class org.apache.tamaya.core.ConfigurationFunctions
Creates a ConfigOperator that creates a Configuration containing only keys that are contained in the given area (recursive).
selectAreaRecursive(String, boolean) - Static method in class org.apache.tamaya.core.ConfigurationFunctions
Creates a ConfigOperator that creates a Configuration containing only keys that are contained in the given area (recursive).
setConfigurationContext(ConfigurationContext) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationProvider
 
ShortConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to Short, the supported format is one of the following: 123 (byte value) 0xFF (byte value) 0XDF (byte value) 0D1 (byte value) -123 (byte value) -0xFF (byte value) -0XDF (byte value) -0D1 (byte value) MIN_VALUE (ignoring case) MIN (ignoring case) MAX_VALUE (ignoring case) MAX (ignoring case)
ShortConverter() - Constructor for class org.apache.tamaya.core.internal.converters.ShortConverter
 
SimplePropertySource - Class in org.apache.tamaya.core.propertysource
Simple implementation of a PropertySource for properties-files.
SimplePropertySource(File) - Constructor for class org.apache.tamaya.core.propertysource.SimplePropertySource
Creates a new Properties based PropertySource based on the given URL.
SimplePropertySource(URL) - Constructor for class org.apache.tamaya.core.propertysource.SimplePropertySource
Creates a new Properties based PropertySource based on the given URL.
SimplePropertySource(String, URL) - Constructor for class org.apache.tamaya.core.propertysource.SimplePropertySource
Creates a new Properties based PropertySource based on the given URL.
SystemPropertySource - Class in org.apache.tamaya.core.propertysource
This PropertySource manages the system properties.
SystemPropertySource() - Constructor for class org.apache.tamaya.core.propertysource.SystemPropertySource
 
A B C D E F G I J L M N O P Q R S U W Z 
Skip navigation links