|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GlobalPropertiesMode | |
|---|---|
| org.kuali.common.util | |
| org.kuali.common.util.property | |
| org.kuali.common.util.property.processor | |
| Uses of GlobalPropertiesMode in org.kuali.common.util |
|---|
| Methods in org.kuali.common.util with parameters of type GlobalPropertiesMode | |
|---|---|
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)
|
| Uses of GlobalPropertiesMode in org.kuali.common.util.property |
|---|
| Fields in org.kuali.common.util.property declared as GlobalPropertiesMode | |
|---|---|
static GlobalPropertiesMode |
Constants.DEFAULT_GLOBAL_PROPERTIES_MODE
|
| Methods in org.kuali.common.util.property that return GlobalPropertiesMode | |
|---|---|
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. |
| Methods in org.kuali.common.util.property with parameters of type GlobalPropertiesMode | |
|---|---|
protected Properties |
DefaultPropertyLoadContext.getLocationHelperProperties(Properties properties,
GlobalPropertiesMode mode)
Deprecated. |
| Uses of GlobalPropertiesMode in org.kuali.common.util.property.processor |
|---|
| Methods in org.kuali.common.util.property.processor that return GlobalPropertiesMode | |
|---|---|
GlobalPropertiesMode |
GlobalOverrideProcessor.getGlobalPropertiesMode()
|
GlobalPropertiesMode |
ResolvePlaceholdersProcessor.getGlobalPropertiesMode()
Deprecated. |
| Methods in org.kuali.common.util.property.processor with parameters of type GlobalPropertiesMode | |
|---|---|
void |
GlobalOverrideProcessor.setGlobalPropertiesMode(GlobalPropertiesMode globalPropertiesMode)
|
void |
ResolvePlaceholdersProcessor.setGlobalPropertiesMode(GlobalPropertiesMode globalPropertiesMode)
Deprecated. |
| Constructors in org.kuali.common.util.property.processor with parameters of type GlobalPropertiesMode | |
|---|---|
GlobalOverrideProcessor(GlobalPropertiesMode globalPropertiesMode)
|
|
GlobalOverrideProcessor(GlobalPropertiesMode globalPropertiesMode,
Mode propertyOverwriteMode)
|
|
ResolvePlaceholdersProcessor(org.springframework.util.PropertyPlaceholderHelper helper,
GlobalPropertiesMode globalPropertiesMode)
Deprecated. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||