| Modifier and Type | Method and Description |
|---|---|
ProcessInteractionBuilder |
ProcessInteractionBuilder.errors(String pattern)
Adds
outputLine that should be printed out to standard error output |
ProcessInteractionBuilder |
ProcessInteractionBuilder.outputs(String pattern)
Adds
outputLine that should be printed out to standard output |
ProcessInteractionBuilder |
ProcessInteractionBuilder.replyTo(String outputLine)
Marks a line that should be considered as a question to be answered.
|
ProcessInteractionBuilder |
ProcessInteractionBuilder.with(Answer response)
Stores an answer for question defined by
replyTo call |
ProcessInteractionBuilder |
ProcessInteractionBuilder.with(String response)
Stores an answer for question defined by
replyTo call |
Copyright © 2014 JBoss by Red Hat. All rights reserved.