setPlaceholderPrefix abstract method

void setPlaceholderPrefix(
  1. String placeholderPrefix
)

Sets the prefix that identifies a placeholder in property values.

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

Implementation

void setPlaceholderPrefix(String placeholderPrefix);