| Package | Description |
|---|---|
| org.kuali.common.util | |
| org.kuali.common.util.property | |
| org.kuali.common.util.property.processor |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
PropertyUtils.getProperties(GlobalPropertiesMode mode)
Return a new properties object containing global properties as requested.
|
static Properties |
PropertyUtils.getProperties(Properties properties,
GlobalPropertiesMode mode)
Return a new properties object containing the properties passed in, plus any global properties as requested.
|
static String |
PropertyUtils.getProperty(String key,
GlobalPropertiesMode mode)
Search global properties to find a value for
key according to the mode passed in. |
static String |
PropertyUtils.getProperty(String key,
Properties properties,
GlobalPropertiesMode mode)
Search
properties plus global properties to find a value for key according to the mode passed in. |
static List<PropertyProcessor> |
PropertyUtils.getPropertyProcessors(GlobalPropertiesMode mode)
Return modifiers that add environment variables, system properties, or both, according to the mode passed in.
|
static Properties |
PropertyUtils.getResolvedProperties(Properties properties,
GlobalPropertiesMode globalPropertiesMode)
Return a new
Properties object containing only those properties where the resolved value is different from the original value. |
static Properties |
PropertyUtils.getResolvedProperties(Properties properties,
org.springframework.util.PropertyPlaceholderHelper helper,
GlobalPropertiesMode globalPropertiesMode)
Return a new
Properties object containing only those properties where the resolved value is different from the original value. |
static void |
PropertyUtils.overrideWithGlobalValues(Properties properties,
GlobalPropertiesMode mode) |
| Modifier and Type | Field and Description |
|---|---|
static GlobalPropertiesMode |
Constants.DEFAULT_GLOBAL_PROPERTIES_MODE |
| Modifier and Type | Method and Description |
|---|---|
static GlobalPropertiesMode |
GlobalPropertiesMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalPropertiesMode[] |
GlobalPropertiesMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Properties |
DefaultPropertyLoadContext.getLocationHelperProperties(Properties properties,
GlobalPropertiesMode mode)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalPropertiesMode |
GlobalOverrideProcessor.getGlobalPropertiesMode() |
GlobalPropertiesMode |
ResolvePlaceholdersProcessor.getGlobalPropertiesMode()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalOverrideProcessor.setGlobalPropertiesMode(GlobalPropertiesMode globalPropertiesMode) |
void |
ResolvePlaceholdersProcessor.setGlobalPropertiesMode(GlobalPropertiesMode globalPropertiesMode)
Deprecated.
|
| Constructor and Description |
|---|
GlobalOverrideProcessor(GlobalPropertiesMode globalPropertiesMode) |
GlobalOverrideProcessor(GlobalPropertiesMode globalPropertiesMode,
Mode propertyOverwriteMode) |
ResolvePlaceholdersProcessor(org.springframework.util.PropertyPlaceholderHelper helper,
GlobalPropertiesMode globalPropertiesMode)
Deprecated.
|
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.