|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--webtester.packages.common.timeRegexHandler
Used for time related variable substitution on-the-fly.
Field Summary | |
private static int |
iIntElement
The element index to use when retrieving integer values from regexes. |
Constructor Summary | |
timeRegexHandler()
|
Method Summary | |
static boolean |
needToModify(java.lang.String sStr)
Determine if this string requires variable substitution. |
static java.lang.String |
timeSubstitution(java.lang.String sStr)
Substitute "system" variables with the current time values and return the modified value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final int iIntElement
Constructor Detail |
public timeRegexHandler()
Method Detail |
public static java.lang.String timeSubstitution(java.lang.String sStr)
sStr
- the values to search and modify
public static boolean needToModify(java.lang.String sStr)
sStr
- the String which needs to be examined
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |