protected static class ProcessIOContent.OutputToken extends ProcessIOContent.Token
Modifier | Constructor and Description |
---|---|
protected |
ProcessIOContent.OutputToken(String[] inputSuccess,
String[] inputError)
Create an instance of output token expecting set of strings
on standard output.
|
getMatchError, getMaxLen, getOutputStrings, getPrompt, isSuccess, match
protected ProcessIOContent.OutputToken(String[] inputSuccess, String[] inputError)
inputSuccess
- Array of input strings considered as successful
response to be matched before prompt.inputError
- Array of input strings considered as error
response to be matched before prompt.Copyright © 2013. All Rights Reserved.