public class NotCondition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static NotCondition |
EMPTY
An empty NOT definition.
|
Modifier and Type | Method and Description |
---|---|
boolean |
shouldRun(java.util.Collection<java.lang.String> tags)
Check if the list of tags is compliant with the condition.
|
public static final NotCondition EMPTY
public final boolean shouldRun(java.util.Collection<java.lang.String> tags)
Condition
tags
- The collection of tags.