public class AttributeRule extends PatternRule<AttributeRule>
| Constructor and Description |
|---|
AttributeRule() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
apply(AttributeDefinition input) |
static AttributeRule |
attribute(java.util.regex.Pattern pattern) |
static AttributeRule |
attribute(java.lang.String pattern) |
equals, getPattern, hashCode, pattern, pattern, setPattern, thisInstance, toString@Nonnull public static AttributeRule attribute(@Nonnull java.lang.String pattern)
@Nonnull public static AttributeRule attribute(@Nullable java.util.regex.Pattern pattern)
@Nullable
public java.lang.Boolean apply(@Nullable
AttributeDefinition input)
Copyright © 2016 echocat. All Rights Reserved.