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 class
Fields 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 String
InterpolationHelper.doSubstVars
(String val, String currentKey, Map<String, String> cycleMap, Map<String, String> configProps, InterpolationHelper.SubstitutionCallback callback, boolean substituteFromConfig, boolean substituteFromSystemProperties, boolean defaultsToEmptyString) static void
InterpolationHelper.performSubstitution
(Map<String, String> properties, InterpolationHelper.SubstitutionCallback callback) Perform substitution on a property setstatic void
InterpolationHelper.performSubstitution
(Map<String, String> properties, InterpolationHelper.SubstitutionCallback callback, boolean substituteFromConfig, boolean substituteFromSystemProperties, boolean defaultsToEmptyString) Perform substitution on a property setvoid
Properties.substitute
(InterpolationHelper.SubstitutionCallback callback) static String
InterpolationHelper.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 String
InterpolationHelper.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.SubstitutionCallback
TypedProperties.wrap
(InterpolationHelper.SubstitutionCallback cb) Constructors in org.apache.felix.utils.properties with parameters of type InterpolationHelper.SubstitutionCallbackModifierConstructorDescriptionProperties
(File location, InterpolationHelper.SubstitutionCallback callback)