public class RegexConfigurationOwnershipPolicy extends java.lang.Object implements ConfigurationOwnershipPolicy
| Constructor and Description |
|---|
RegexConfigurationOwnershipPolicy(java.lang.String regex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
has(ConfigurationKey key,
java.util.Map<java.lang.String,java.lang.String> variables)
Return true if there is a configuration value set for the given key + variables
|
public RegexConfigurationOwnershipPolicy(java.lang.String regex)
public boolean has(ConfigurationKey key, java.util.Map<java.lang.String,java.lang.String> variables)
ConfigurationOwnershipPolicyhas in interface ConfigurationOwnershipPolicykey - configuration keyvariables - map of variable names to values