public class ExpectContextImpl extends Object implements ExpectContext
| Constructor and Description |
|---|
ExpectContextImpl(org.apache.oro.text.regex.MatchResult match,
String buffer) |
ExpectContextImpl(String buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
exp_continue_reset_timer() |
void |
exp_continue() |
String |
getBuffer() |
String |
getMatch() |
String |
getMatch(int groupnum) |
boolean |
isExpContinue() |
boolean |
isResetTimer() |
public ExpectContextImpl(String buffer)
public ExpectContextImpl(org.apache.oro.text.regex.MatchResult match,
String buffer)
public void exp_continue()
exp_continue in interface ExpectContextpublic void exp_continue_reset_timer()
exp_continue_reset_timer in interface ExpectContextpublic String getBuffer()
getBuffer in interface ExpectContextpublic String getMatch(int groupnum)
getMatch in interface ExpectContextpublic String getMatch()
getMatch in interface ExpectContextpublic boolean isExpContinue()
public boolean isResetTimer()
Copyright © 2019 iTransformers Labs. All rights reserved.