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.SubstitutionCallbackTypedProperties.callbackTypedProperties.DynamicMap.callbackMethods in org.apache.felix.utils.properties that return TypedProperties.SubstitutionCallbackModifier and TypeMethodDescriptionprivate static TypedProperties.SubstitutionCallbackTypedProperties.wrap(InterpolationHelper.SubstitutionCallback cb) Methods in org.apache.felix.utils.properties with parameters of type TypedProperties.SubstitutionCallbackModifier and TypeMethodDescriptionvoidTypedProperties.DynamicMap.init(TypedProperties.SubstitutionCallback callback, boolean finalSubstitution) static voidTypedProperties.substitute(Map<String, TypedProperties> properties, Map<String, Map<String, String>> dynamic, TypedProperties.SubstitutionCallback callback, boolean finalSubstitution) voidTypedProperties.substitute(TypedProperties.SubstitutionCallback cb) Constructors in org.apache.felix.utils.properties with parameters of type TypedProperties.SubstitutionCallbackModifierConstructorDescriptionTypedProperties(TypedProperties.SubstitutionCallback callback, boolean substitute)