public abstract class ComponentRule extends java.lang.Object implements Rule
| Constructor and Description |
|---|
ComponentRule() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
match(Component component) |
boolean |
match(java.lang.Object o)
Indicates whether the specified object passes the conditions required to match this rule.
|