setPlaceholderPrefix abstract method
Sets the prefix that identifies a placeholder in property values.
For example, in #{host}
, the prefix is '#{'
.
Implementation
void setPlaceholderPrefix(String placeholderPrefix);
Sets the prefix that identifies a placeholder in property values.
For example, in #{host}
, the prefix is '#{'
.
void setPlaceholderPrefix(String placeholderPrefix);