Uses of Interface
org.apache.felix.utils.properties.TypedProperties.SubstitutionCallback
Packages that use TypedProperties.SubstitutionCallback
-
Uses of TypedProperties.SubstitutionCallback in org.apache.felix.utils.properties
Fields in org.apache.felix.utils.properties declared as TypedProperties.SubstitutionCallbackModifier and TypeFieldDescriptionprivate final TypedProperties.SubstitutionCallback
TypedProperties.callback
TypedProperties.DynamicMap.callback
Methods in org.apache.felix.utils.properties that return TypedProperties.SubstitutionCallbackModifier and TypeMethodDescriptionprivate static TypedProperties.SubstitutionCallback
TypedProperties.wrap
(InterpolationHelper.SubstitutionCallback cb) Methods in org.apache.felix.utils.properties with parameters of type TypedProperties.SubstitutionCallbackModifier and TypeMethodDescriptionvoid
TypedProperties.DynamicMap.init
(TypedProperties.SubstitutionCallback callback, boolean finalSubstitution) static void
TypedProperties.substitute
(Map<String, TypedProperties> properties, Map<String, Map<String, 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.SubstitutionCallbackModifierConstructorDescriptionTypedProperties
(TypedProperties.SubstitutionCallback callback, boolean substitute)