Package org.apache.skywalking.apm.util
Interface PropertyPlaceholderHelper.PlaceholderResolver
- Enclosing class:
- PropertyPlaceholderHelper
public static interface PropertyPlaceholderHelper.PlaceholderResolver
Strategy interface used to resolve replacement values for placeholders contained in Strings.
-
Method Summary
Modifier and TypeMethodDescriptionresolvePlaceholder(String placeholderName) Resolve the supplied placeholder name to the replacement value.
-
Method Details
-
resolvePlaceholder
Resolve the supplied placeholder name to the replacement value.- Parameters:
placeholderName- the name of the placeholder to resolve- Returns:
- the replacement value, or
nullif no replacement is to be made
-