public interface ProcessResult
| Modifier and Type | Method and Description |
|---|---|
Integer |
exitValue()
Returns exit value of the process
|
List<String> |
output()
Returns output of the process split per line
|
String |
processName()
Returns name of the process that was executed
|
String processName()
Integer exitValue() throws IllegalStateException
IllegalStateException - If exit value could not have been determinedCopyright © 2017 JBoss by Red Hat. All rights reserved.