public class ConfigurationOwnershipPolicies
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationOwnershipPolicy |
ownsAll()
Return an ownership policy that returns true for
ConfigurationOwnershipPolicy.has(ConfigurationKey, Map) |
static ConfigurationOwnershipPolicy |
ownsByRegex(java.lang.String regex)
Return an ownership policy that returns true for
ConfigurationOwnershipPolicy.has(ConfigurationKey, Map)
when the given regular expression matches |
public static ConfigurationOwnershipPolicy ownsAll()
ConfigurationOwnershipPolicy.has(ConfigurationKey, Map)public static ConfigurationOwnershipPolicy ownsByRegex(java.lang.String regex)
ConfigurationOwnershipPolicy.has(ConfigurationKey, Map)
when the given regular expression matches