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.SubstitutionCallbackTypedProperties. callbackprivate TypedProperties.SubstitutionCallbackTypedProperties.DynamicMap. callbackMethods in org.apache.felix.utils.properties that return TypedProperties.SubstitutionCallback Modifier and Type Method Description private static TypedProperties.SubstitutionCallbackTypedProperties. wrap(InterpolationHelper.SubstitutionCallback cb)Methods in org.apache.felix.utils.properties with parameters of type TypedProperties.SubstitutionCallback Modifier and Type Method Description voidTypedProperties.DynamicMap. init(TypedProperties.SubstitutionCallback callback, boolean finalSubstitution)static voidTypedProperties. 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)voidTypedProperties. 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)
-