public interface ProcessInteraction
| Modifier and Type | Method and Description |
|---|---|
List<Pattern> |
allowedOutput()
Returns a list of patterns that are propagated to standard output of process running this process via Spacelift
|
List<Pattern> |
errorOutput()
Returns a list of patterns that are propagated to error output of process running this process via Spacelift
|
Map<Pattern,String> |
replyMap()
Returns a map that defines what should be written to stdin of running process based on its stdout
|
List<Pattern> |
terminatingOutput()
Returns a list of patterns that cause process to terminate forcefully
|
String |
textTypedIn()
Returns text that is typed in after process is started, might be
null |
OutputTransformer |
transformer()
Returns a transformer that can modify output printed to both standard and error output.
|
String textTypedIn()
nullMap<Pattern,String> replyMap()
List<Pattern> allowedOutput()
List<Pattern> errorOutput()
List<Pattern> terminatingOutput()
OutputTransformer transformer()
OutputTransformer should be usedCopyright © 2014 JBoss by Red Hat. All rights reserved.