public interface PlaceholderResolver
| Modifier and Type | Method and Description |
|---|---|
String |
getScheme()
The placeholder scheme.
|
String |
resolve(FabricService fabricService,
Map<String,Map<String,String>> configs,
String pid,
String key,
String value)
Resolves the placeholder found inside the value, for the specific key of the pid.
|
String getScheme()
String resolve(FabricService fabricService, Map<String,Map<String,String>> configs, String pid, String key, String value)
fabricService - The fabric servicepid - The pid that contains the placeholder.key - The key of the configuration value that contains the placeholder.value - The value with the placeholder.Copyright © 2011–2014 Red Hat. All rights reserved.