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() |
void |
processValues(Collection<String> values,
WildcardAttributeEvaluator.MatchCallback matchCallback) |
public WildcardAttributeEvaluator(String attributeValue)
public boolean hasWildcards()
public void processValues(Collection<String> values, WildcardAttributeEvaluator.MatchCallback matchCallback)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.