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
Methods in org.apache.felix.utils.properties with parameters of type TypedProperties.SubstitutionCallbackModifier and TypeMethodDescriptionstatic 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)