public class ExecResponse extends Object implements CustomizationResponse
Constructor and Description |
---|
ExecResponse(String output,
String error,
int exitStatus) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getError() |
int |
getExitStatus() |
String |
getOutput() |
int |
hashCode() |
String |
toString() |
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.