C D G P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- co.luminositylabs.config - package co.luminositylabs.config
-
Configuration management.
- Configuration - Class in co.luminositylabs.config
-
An application-scoped CDI managed bean named which serves as an injectable component for managing configuration parameters.
- Configuration() - Constructor for class co.luminositylabs.config.Configuration
-
Instantiates a new configuration object.
D
- DEFAULT_CONFIG_FILE_PATH_PROPERTY_NAME - Static variable in class co.luminositylabs.config.Configuration
-
The default name of the system property referencing to the location of the configuration file.
G
- get(Object) - Method in class co.luminositylabs.config.Configuration
-
Delegates to
Properties.get(Object). - getOrDefault(Object, Object) - Method in class co.luminositylabs.config.Configuration
-
Delegates to
Properties.getOrDefault(Object, Object). - getProperties() - Method in class co.luminositylabs.config.Configuration
-
Gets the properties.
- getPropertiesWithPrefix(String) - Method in class co.luminositylabs.config.Configuration
-
Gets the properties that begin with a specified prefix.
- getProperty(String) - Method in class co.luminositylabs.config.Configuration
-
Gets the property value with the specified name.
- getProperty(String, String) - Method in class co.luminositylabs.config.Configuration
-
Gets the property value with the specified name.
P
- put(Object, Object) - Method in class co.luminositylabs.config.Configuration
-
Delegates to
Properties.put(Object, Object). - putAll(Map<?, ?>) - Method in class co.luminositylabs.config.Configuration
-
Delegates to
Properties.putAll(Map). - putIfAbsent(Object, Object) - Method in class co.luminositylabs.config.Configuration
-
Delegates to
Properties.putIfAbsent(Object, Object).
R
- readProperties() - Method in class co.luminositylabs.config.Configuration
-
Reads in the configuration properties.
S
- setProperties(Properties) - Method in class co.luminositylabs.config.Configuration
-
Clears existing configuration properties replaces with the specified properties.
- setProperty(String, String) - Method in class co.luminositylabs.config.Configuration
-
Sets the specified property to the specified value.
All Classes All Packages