
public interface ProcessInteraction
| Modifier and Type | Method and Description |
|---|---|
String |
repliesTo(String outputLine)
Returns a string that should be used to reply the question
|
boolean |
shouldOutput(String outputLine)
Checks if the current line should be propagate to standard output
|
boolean |
shouldOutputToErr(String outputLine)
Checks if the current line should be propagate to standard error output
|
String repliesTo(String outputLine)
outputLine - the questionnull otherwiseboolean shouldOutput(String outputLine)
outputLine - current linetrue if output is to be printed outboolean shouldOutputToErr(String outputLine)
outputLine - current linetrue if output is to be printed out to error outputCopyright © 2013 JBoss by Red Hat. All rights reserved.