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