Package | Description |
---|---|
org.apache.felix.utils.properties |
Modifier and Type | Field and Description |
---|---|
private TypedProperties.SubstitutionCallback |
TypedProperties.callback |
private TypedProperties.SubstitutionCallback |
TypedProperties.DynamicMap.callback |
Modifier and Type | Method and Description |
---|---|
private static TypedProperties.SubstitutionCallback |
TypedProperties.wrap(InterpolationHelper.SubstitutionCallback cb) |
Modifier and Type | Method and Description |
---|---|
void |
TypedProperties.DynamicMap.init(TypedProperties.SubstitutionCallback callback,
boolean finalSubstitution) |
static void |
TypedProperties.substitute(java.util.Map<java.lang.String,TypedProperties> properties,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> dynamic,
TypedProperties.SubstitutionCallback callback,
boolean finalSubstitution) |
void |
TypedProperties.substitute(TypedProperties.SubstitutionCallback cb) |
Constructor and Description |
---|
TypedProperties(TypedProperties.SubstitutionCallback callback) |
TypedProperties(TypedProperties.SubstitutionCallback callback,
boolean substitute) |