public interface WildcardSupport
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
convert(java.lang.String s)
Converts a string with wildcards to a regular express that is compatible with <code>Pattern</code>.
|
default char |
getOneOrMoreQuantifier()
Gets the quantifier that indicates there is one or more of the preceding element.
|
default char |
getZeroOrMoreQuantifier()
Gets the quantifier that indicates there is zero or more of the preceding element.
|
default char |
getZeroOrOneQuantifier()
Gets the quantifier that indicates there is zero or one of the preceding element.
|
default char getZeroOrOneQuantifier()
default char getZeroOrMoreQuantifier()
default char getOneOrMoreQuantifier()
default java.lang.String convert(java.lang.String s)
s - a string with wildcards.