Uses of Interface
org.elasticsearch.common.property.PropertyPlaceholder.PlaceholderResolver

Packages that use PropertyPlaceholder.PlaceholderResolver
org.elasticsearch.common.property   
 

Uses of PropertyPlaceholder.PlaceholderResolver in org.elasticsearch.common.property
 

Methods in org.elasticsearch.common.property with parameters of type PropertyPlaceholder.PlaceholderResolver
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-2012. All Rights Reserved.