public interface PlaceholderResolver
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getScheme()
The placeholder scheme.
|
java.lang.String |
resolve(FabricService fabricService,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> configs,
java.lang.String pid,
java.lang.String key,
java.lang.String value)
Resolves the placeholder found inside the value, for the specific key of the pid.
|
java.lang.String getScheme()
java.lang.String resolve(FabricService fabricService, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> configs, java.lang.String pid, java.lang.String key, java.lang.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.