public final class PlaceholderResolverHelpers extends Object
PlaceholderResolver tasks.| Modifier and Type | Field and Description |
|---|---|
static Pattern |
SCHEME_PATTERN |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
getSchemeForValue(String value)
Extracts all placeholder resolver schemes that are referred from the value.
|
static Set<String> |
getSchemesForConfig(Map<String,String> props)
Extracts all placeholder resolver schemes that are referred from the configuration.
|
static Set<String> |
getSchemesForProfileConfigurations(Map<String,Map<String,String>> configs)
Extracts all placeholder resolver schemes that are referred from the profile.
|
public static final Pattern SCHEME_PATTERN
public static Set<String> getSchemeForValue(String value)
public static Set<String> getSchemesForConfig(Map<String,String> props)
Copyright © 2011–2014 Red Hat. All rights reserved.