Package | Description |
---|---|
org.elasticsearch.common.property |
Modifier and Type | Method and Description |
---|---|
protected String |
PropertyPlaceholder.parseStringValue(String strVal,
PropertyPlaceholder.PlaceholderResolver placeholderResolver,
Set<String> visitedPlaceholders) |
String |
PropertyPlaceholder.replacePlaceholders(String value,
PropertyPlaceholder.PlaceholderResolver placeholderResolver)
Replaces all placeholders of format
${name} with the value returned from the supplied PropertyPlaceholder.PlaceholderResolver . |
Copyright © 2009–2015. All rights reserved.