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
Methods in org.apache.felix.utils.properties with parameters of type TypedProperties.SubstitutionCallback Modifier and Type Method Description 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)
-