| Package | Description |
|---|---|
| org.apache.felix.utils.properties |
| Modifier and Type | Class and Description |
|---|---|
static class |
InterpolationHelper.BundleContextSubstitutionCallback |
| Modifier and Type | Method and Description |
|---|---|
static void |
InterpolationHelper.performSubstitution(Map<String,String> properties,
InterpolationHelper.SubstitutionCallback callback)
Perform substitution on a property set
|
static void |
InterpolationHelper.performSubstitution(Map<String,String> properties,
InterpolationHelper.SubstitutionCallback callback,
boolean substituteFromConfig,
boolean substituteFromSystemProperties,
boolean defaultsToEmptyString)
Perform substitution on a property set
|
void |
Properties.substitute(InterpolationHelper.SubstitutionCallback callback) |
static String |
InterpolationHelper.substVars(String val,
String currentKey,
Map<String,String> cycleMap,
Map<String,String> configProps,
InterpolationHelper.SubstitutionCallback callback)
This method performs property variable substitution on the
specified value.
|
static String |
InterpolationHelper.substVars(String val,
String currentKey,
Map<String,String> cycleMap,
Map<String,String> configProps,
InterpolationHelper.SubstitutionCallback callback,
boolean substituteFromConfig,
boolean substituteFromSystemProperties,
boolean defaultsToEmptyString)
This method performs property variable substitution on the
specified value.
|
| Constructor and Description |
|---|
Properties(File location,
InterpolationHelper.SubstitutionCallback callback) |
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.