| Package | Description |
|---|---|
| org.arquillian.spacelift.process |
| 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.prepend(char c)
Prepends a character to sentence
|
Sentence |
Sentence.prepend(CharSequence s)
Prepends a character sequence to sentence
|
Sentence |
Sentence.reset()
Clears the sentence
|
Sentence |
OutputTransformer.transform(Sentence output)
Transforms process output to a different string.
|
Sentence |
Sentence.trim()
Removes a newline character(s) from the end of sentence, if any
|
| Modifier and Type | Method and Description |
|---|---|
Sentence |
OutputTransformer.transform(Sentence output)
Transforms process output to a different string.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.