Uses of Interface
org.apache.felix.utils.properties.InterpolationHelper.SubstitutionCallback
Packages that use InterpolationHelper.SubstitutionCallback
-
Uses of InterpolationHelper.SubstitutionCallback in org.apache.felix.utils.properties
Classes in org.apache.felix.utils.properties that implement InterpolationHelper.SubstitutionCallbackModifier and TypeClassDescriptionstatic classFields in org.apache.felix.utils.properties declared as InterpolationHelper.SubstitutionCallbackMethods in org.apache.felix.utils.properties with parameters of type InterpolationHelper.SubstitutionCallbackModifier and TypeMethodDescriptionprivate static StringInterpolationHelper.doSubstVars(String val, String currentKey, Map<String, String> cycleMap, Map<String, String> configProps, InterpolationHelper.SubstitutionCallback callback, boolean substituteFromConfig, boolean substituteFromSystemProperties, boolean defaultsToEmptyString) static voidInterpolationHelper.performSubstitution(Map<String, String> properties, InterpolationHelper.SubstitutionCallback callback) Perform substitution on a property setstatic voidInterpolationHelper.performSubstitution(Map<String, String> properties, InterpolationHelper.SubstitutionCallback callback, boolean substituteFromConfig, boolean substituteFromSystemProperties, boolean defaultsToEmptyString) Perform substitution on a property setvoidProperties.substitute(InterpolationHelper.SubstitutionCallback callback) static StringInterpolationHelper.substVars(String val, String currentKey, Map<String, String> cycleMap, Map<String, String> configProps, InterpolationHelper.SubstitutionCallback callback) This method performs property variable substitution on the specified value.static StringInterpolationHelper.substVars(String val, String currentKey, Map<String, String> cycleMap, Map<String, String> configProps, InterpolationHelper.SubstitutionCallback callback, boolean substituteFromConfig, boolean substituteFromSystemProperties, boolean defaultsToEmptyString) This method performs property variable substitution on the specified value.private static TypedProperties.SubstitutionCallbackTypedProperties.wrap(InterpolationHelper.SubstitutionCallback cb) Constructors in org.apache.felix.utils.properties with parameters of type InterpolationHelper.SubstitutionCallbackModifierConstructorDescriptionProperties(File location, InterpolationHelper.SubstitutionCallback callback)