Uses of Interface
org.apache.felix.utils.properties.TypedProperties.SubstitutionCallback
-
Packages that use TypedProperties.SubstitutionCallback Package Description org.apache.felix.utils.properties -
-
Uses of TypedProperties.SubstitutionCallback in org.apache.felix.utils.properties
Fields in org.apache.felix.utils.properties declared as TypedProperties.SubstitutionCallback Modifier and Type Field Description private TypedProperties.SubstitutionCallback
TypedProperties. callback
private TypedProperties.SubstitutionCallback
TypedProperties.DynamicMap. callback
Methods in org.apache.felix.utils.properties that return TypedProperties.SubstitutionCallback Modifier and Type Method Description private static TypedProperties.SubstitutionCallback
TypedProperties. wrap(InterpolationHelper.SubstitutionCallback cb)
Methods in org.apache.felix.utils.properties with parameters of type TypedProperties.SubstitutionCallback Modifier and Type Method 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)
Constructors in org.apache.felix.utils.properties with parameters of type TypedProperties.SubstitutionCallback Constructor Description TypedProperties(TypedProperties.SubstitutionCallback callback)
TypedProperties(TypedProperties.SubstitutionCallback callback, boolean substitute)
-