public class AttributeNamePattern extends Object
| Modifier and Type | Field and Description |
|---|---|
Pattern |
attribute |
Pattern |
domain |
Map<String,Pattern> |
keys |
| Constructor and Description |
|---|
AttributeNamePattern(String domain,
Map<String,String> keys,
String attribute) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeNamePattern |
compile(String patternText) |
boolean |
matches(ObjectName name,
String attribute) |
boolean |
nameMatches(ObjectName name) |
public boolean matches(ObjectName name, String attribute)
public static AttributeNamePattern compile(String patternText)
public boolean nameMatches(ObjectName name)
Copyright © 2019. All rights reserved.