setPlaceholderPrefix method

  1. @override
void setPlaceholderPrefix(
  1. String placeholderPrefix
)
override

Sets the prefix that identifies a placeholder in property values.

For example, in #{host}, the prefix is '#{'.

Implementation

@override
void setPlaceholderPrefix(String placeholderPrefix) {
	_propertyResolver.setPlaceholderPrefix(placeholderPrefix);
}