public final class ProcessResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProcessResult.Builder |
Modifier and Type | Method and Description |
---|---|
static ProcessResult.Builder |
builder() |
int |
getExitValue() |
com.google.common.io.ByteSource |
getStderr() |
com.google.common.io.ByteSource |
getStdout() |
TimedInterval |
getTiming() |
public static ProcessResult.Builder builder()
public int getExitValue()
public com.google.common.io.ByteSource getStdout()
public com.google.common.io.ByteSource getStderr()
public TimedInterval getTiming()
Copyright © 2015 The Kuali Foundation. All rights reserved.