|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.abraracourcix.alipes.common.RegExpCreator
This class generates regular expressions from simple wildcard expressions. For this class, wildcard expressions are expressions of the form "a*.txt" to match "a.txt, ab.txt..... or "abc.???" to match "abc.abc, abc.txt2 but not "abc.text"
| Method Summary | |
static java.lang.String |
getRegExp(java.lang.String wildcard)
Given a wildcard expression return the corresponding regexp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.lang.String getRegExp(java.lang.String wildcard)
wildcard - the wildcard
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||