| パッケージ | 説明 |
|---|---|
| org.elasticsearch.common.property |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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–2016. All rights reserved.