| Modifier and Type | Method and Description |
|---|---|
Sentence |
Sentence.append(char c)
Appends a character to sentence
|
Sentence |
Sentence.append(CharSequence s)
Appends a character sequence to sentence
|
Sentence |
Sentence.reset()
Clears the sentence
|
Sentence |
Sentence.trim()
Removes a newline character(s) from the end of sentence, if any
|
| Modifier and Type | Method and Description |
|---|---|
ProcessExecution |
ProcessExecution.appendOutput(Sentence line)
Adds a line to output of this process
|
Answer |
ProcessInteraction.repliesTo(Sentence sentence)
Returns an answer that should be used to reply the question
|
boolean |
ProcessInteraction.shouldOutput(Sentence sentence)
Checks if the current line should be propagate to standard output
|
boolean |
ProcessInteraction.shouldOutputToErr(Sentence sentence)
Checks if the current line should be propagate to standard error output
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.