|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WildcardSupport
| Method Summary | |
|---|---|
String |
convert(String s)
Converts a string with wildcards to a regular express that is compatible with Pattern. |
char |
getOneOrMoreQuantifier()
Gets the quantifier that indicates there is one or more of the preceding element. |
char |
getZeroOrMoreQuantifier()
Gets the quantifier that indicates there is zero or more of the preceding element. |
char |
getZeroOrOneQuantifier()
Gets the quantifier that indicates there is zero or one of the preceding element. |
| Method Detail |
|---|
char getZeroOrOneQuantifier()
char getZeroOrMoreQuantifier()
char getOneOrMoreQuantifier()
String convert(String s)
Pattern.
If the string has no wildcard, the same string will be returned.
s - a string with wildcards.
Pattern.
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||