public class WildcardAttributeEvaluator extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
WildcardAttributeEvaluator.MatchCallback |
| Constructor and Description |
|---|
WildcardAttributeEvaluator(String attributeValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasWildcards() |
boolean |
matches(String value) |
void |
processValues(Collection<String> values,
WildcardAttributeEvaluator.MatchCallback matchCallback) |
public WildcardAttributeEvaluator(String attributeValue)
public boolean hasWildcards()
public void processValues(Collection<String> values, WildcardAttributeEvaluator.MatchCallback matchCallback)
public boolean matches(String value)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.