public final class ExpressionMatcher extends Object
LabelExpression
,
ContextExpression
Modifier and Type | Method and Description |
---|---|
static boolean |
matches(String expression,
Collection<String> items)
Test provided
expression against list of items . |
public static boolean matches(String expression, Collection<String> items)
expression
against list of items
.
Case insensitive.expression
- - expression that will be parsed and evaluated against provided list of itemsitems
- - list of itemstrue
if provided list of items satisfy expression criteria. false
otherwise.Copyright © 2021 Liquibase.org. All rights reserved.