Uses of Class
org.openspaces.core.util.PlaceholderReplacer.PlaceholderResolutionException
Packages that use PlaceholderReplacer.PlaceholderResolutionException
Package
Description
A package including utility classes for OpenSpaces core.
-
Uses of PlaceholderReplacer.PlaceholderResolutionException in org.openspaces.core.util
Methods in org.openspaces.core.util that throw PlaceholderReplacer.PlaceholderResolutionExceptionModifier and TypeMethodDescriptionstatic StringPlaceholderReplacer.replacePlaceholders(Map<String, String> variables, String value) Replaces each occurrence of ${SOME_VALUE} or $(SOME_VALUE) with the variable SOME_VALUE in 'variables' If any error occurs during parsing, i.e: variable doesn't exist, bad syntax, etc...