public class AndCondition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static AndCondition |
EMPTY
An empty AND 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 AndCondition EMPTY
public final boolean shouldRun(java.util.Collection<java.lang.String> tags)
Condition
tags
- The collection of tags.