preparedPattern
parameter of {@link #preparedMatch(Object,Map,Parameters)}.
@param pattern The pattern to prepare. Depending on the implementation the patterncan contain wildcards or regular expressions.
@return an optimized representation of the pattern.
@throws a PatternException
if the pattern couldn't be prepared.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|