String |
Expect.chat(String pattern,
boolean consumeRemainingLine,
long timeout,
long maxLines,
boolean ignoreEmptyLines) |
Consume the output of the command until the pattern matches.
|
boolean |
Expect.expect(String pattern) |
Consume the output of the command until the pattern matches.
|
boolean |
Expect.expect(String pattern,
boolean consumeRemainingLine) |
Consume the output of the command until the pattern matches.
|
boolean |
Expect.expect(String pattern,
boolean consumeRemainingLine,
long timeout) |
Consume the output of the command until the pattern matches.
|
boolean |
Expect.expect(String pattern,
boolean consumeRemainingLine,
long timeout,
long maxLines) |
Consume the output of the command until the pattern matches.
|
boolean |
Expect.expect(String pattern,
long timeout) |
Consume the output of the command until the pattern matches.
|
boolean |
Expect.expectNextLine(String pattern) |
Perform expect on the next line of output only
|
boolean |
Expect.expectNextLine(String pattern,
boolean consumeRemainingLine) |
Perform expect on the next line of output only
|
boolean |
Expect.expectNextLine(String pattern,
boolean consumeRemainingLine,
long timeout) |
Perform expect on the next line of output only
|
boolean |
Expect.maybeExpect(String pattern) |
|
boolean |
Expect.maybeExpect(String pattern,
boolean consumeRemainingLine) |
|
boolean |
Expect.maybeExpect(String pattern,
boolean consumeRemainingLine,
long timeout) |
|
boolean |
Expect.maybeExpect(String pattern,
boolean consumeRemainingLine,
long timeout,
long maxLines) |
|
boolean |
Expect.maybeExpect(String pattern,
long timeout) |
|
boolean |
Expect.maybeExpectNextLine(String pattern) |
|
boolean |
Expect.maybeExpectNextLine(String pattern,
boolean consumeRemainingLine) |
|
boolean |
Expect.maybeExpectNextLine(String pattern,
boolean consumeRemainingLine,
long timeout) |
|
protected int |
Expect.read(long timeout) |
|
String |
Expect.readLine() |
|
String |
Expect.readLine(long timeout) |
|